forked from qt-creator/qt-creator
QmlProjectManager: Fix compiler warning about unused variable.
Change-Id: I8a8c727fca12fc5ad67e8137f0c730be66e445bd Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -36,7 +36,7 @@ namespace QmlProjectManager {
|
|||||||
namespace Constants {
|
namespace Constants {
|
||||||
|
|
||||||
const char PROJECTCONTEXT[] = "QmlProject.ProjectContext";
|
const char PROJECTCONTEXT[] = "QmlProject.ProjectContext";
|
||||||
static const char *QMLPROJECT_MIMETYPE = QmlJSTools::Constants::QMLPROJECT_MIMETYPE;
|
const char * const QMLPROJECT_MIMETYPE = QmlJSTools::Constants::QMLPROJECT_MIMETYPE;
|
||||||
|
|
||||||
} // namespace Constants
|
} // namespace Constants
|
||||||
} // namespace QmlProjectManager
|
} // namespace QmlProjectManager
|
||||||
|
|||||||
Reference in New Issue
Block a user