Skip to content
Snippets Groups Projects
Commit c22fcfe4 authored by hjk's avatar hjk
Browse files

Compile fix for literals


Change-Id: I874803659543003dca9db14cd9b05f79da7ea19c
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent 52666cc1
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ namespace QmlProjectManager {
namespace Constants {
const char PROJECTCONTEXT[] = "QmlProject.ProjectContext";
const char QMLPROJECT_MIMETYPE[] = QmlJSTools::Constants::QMLPROJECT_MIMETYPE;
static const char *QMLPROJECT_MIMETYPE = QmlJSTools::Constants::QMLPROJECT_MIMETYPE;
} // namespace Constants
} // namespace QmlProjectManager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment