forked from qt-creator/qt-creator
GenericProjectManager: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: Iafe507e833d09fe45a24c830d670995c49e3a145 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
2ea3b2343d
commit
6d4846a78c
@@ -479,7 +479,7 @@ QString GenericProjectFile::suggestedFileName() const
|
||||
|
||||
QString GenericProjectFile::mimeType() const
|
||||
{
|
||||
return Constants::GENERICMIMETYPE;
|
||||
return QLatin1String(Constants::GENERICMIMETYPE);
|
||||
}
|
||||
|
||||
bool GenericProjectFile::isModified() const
|
||||
|
Reference in New Issue
Block a user