GenericProjectManager: Compile with QT_NO_CAST_FROM_ASCII

Change-Id: Iafe507e833d09fe45a24c830d670995c49e3a145
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Orgad Shaneh
2012-11-26 20:59:44 +02:00
committed by Friedemann Kleint
parent 2ea3b2343d
commit 6d4846a78c
5 changed files with 19 additions and 13 deletions

View File

@@ -479,7 +479,7 @@ QString GenericProjectFile::suggestedFileName() const
QString GenericProjectFile::mimeType() const
{
return Constants::GENERICMIMETYPE;
return QLatin1String(Constants::GENERICMIMETYPE);
}
bool GenericProjectFile::isModified() const