forked from qt-creator/qt-creator
Macros: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: Idd493b3e6e6b9ea2a33aea77d338d690d14d9b47 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
d74784fab6
commit
9be874ba25
@@ -61,7 +61,7 @@ public:
|
||||
};
|
||||
|
||||
Macro::MacroPrivate::MacroPrivate() :
|
||||
version(Core::Constants::IDE_VERSION_LONG)
|
||||
version(QLatin1String(Core::Constants::IDE_VERSION_LONG))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user