[kdepim] [Bug 400934] kdepim-runtime does not compile with qt 5.11 (because QString::QString(const char*), QChar::QChar(char) and QString::QString(const QByteArray&) are private)

Benjamin Traut bugzilla_noreply at kde.org
Sun Nov 11 15:42:00 GMT 2018


https://bugs.kde.org/show_bug.cgi?id=400934

--- Comment #7 from Benjamin Traut <b.traut at gmx.net> ---
Looking at /usr/include/qt5/QtCore/qstring.h at line ~826:

private:
#if defined(QT_NO_CAST_FROM_ASCII)
    QString &operator+=(const char *s);
    QString &operator+=(const QByteArray &s);
    QString(const char *ch);
    QString(const QByteArray &a);
    QString &operator=(const char  *ch);
    QString &operator=(const QByteArray &a);
#endif

so I guess, that gentoos qt5-packages are setting the
QT_NO_CAST_FROM_ASCII-flags where they should'nt currently do?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list