Macros: Compile with QT_NO_CAST_FROM_ASCII

Change-Id: Idd493b3e6e6b9ea2a33aea77d338d690d14d9b47
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Orgad Shaneh
2012-11-26 20:55:11 +02:00
committed by Friedemann Kleint
parent d74784fab6
commit 9be874ba25
6 changed files with 14 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ public:
};
Macro::MacroPrivate::MacroPrivate() :
version(Core::Constants::IDE_VERSION_LONG)
version(QLatin1String(Core::Constants::IDE_VERSION_LONG))
{
}