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

--- Comment #7 from Benjamin Traut <b.tr...@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 watching all bug changes.

Reply via email to