QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
This commit is contained in:
committed by
wmayer
parent
d5c074f80d
commit
cd2db00f22
@@ -28,7 +28,7 @@
|
||||
|
||||
#include <Gui/Workbench.h>
|
||||
|
||||
#define QSTRING(x) QString::fromAscii(x)
|
||||
#define QSTRING(x) QString::fromLatin1(x)
|
||||
|
||||
extern QList<QString> mods;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user