summaryrefslogtreecommitdiff
path: root/src/plugins/qmleditor/qmleditorconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmleditor/qmleditorconstants.h')
-rw-r--r--src/plugins/qmleditor/qmleditorconstants.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/qmleditor/qmleditorconstants.h b/src/plugins/qmleditor/qmleditorconstants.h
index 2fc8919ddd..9a8755b679 100644
--- a/src/plugins/qmleditor/qmleditorconstants.h
+++ b/src/plugins/qmleditor/qmleditorconstants.h
@@ -30,12 +30,15 @@
#ifndef QMLEDITOR_CONSTANTS_H
#define QMLEDITOR_CONSTANTS_H
+#include <QtCore/QtGlobal>
+
namespace QmlEditor {
namespace Constants {
const char * const M_CONTEXT = "QML Editor.ContextMenu";
const char * const RUN_SEP = "QmlEditor.Run.Separator";
-const char * const C_QMLEDITOR = "QML Editor";
+const char * const C_QMLEDITOR_ID = "QMLProjectManager.QMLEditor";
+const char * const C_QMLEDITOR_DISPLAY_NAME = QT_TRANSLATE_NOOP("OpenWith::Editors", "QML Editor");
const char * const TASK_INDEX = "QmlEditor.TaskIndex";
const char * const QMLEDITOR_MIMETYPE = "application/x-qml";