summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljseditorconstants.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-08-19 15:53:29 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-08-19 17:15:40 +0200
commit420a2b4e6efdae067728d8a552016ed614f1d541 (patch)
tree4499f0591f363fb6bd991f736ee0b0e28f19f0d7 /src/plugins/qmljseditor/qmljseditorconstants.h
parentab494a07ad0eddc0ab6906c44f35dd291a0ef96c (diff)
downloadqt-creator-420a2b4e6efdae067728d8a552016ed614f1d541.tar.gz
QmlEditor: Remove QtQuick->Preview from tools menu
This only works when a qmlviewer is in the PATH, which is non obvious. Removing the feature therefore completely.
Diffstat (limited to 'src/plugins/qmljseditor/qmljseditorconstants.h')
-rw-r--r--src/plugins/qmljseditor/qmljseditorconstants.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljseditorconstants.h b/src/plugins/qmljseditor/qmljseditorconstants.h
index 0db49ad417..eb6989fdd3 100644
--- a/src/plugins/qmljseditor/qmljseditorconstants.h
+++ b/src/plugins/qmljseditor/qmljseditorconstants.h
@@ -36,7 +36,6 @@ namespace QmlJSEditor {
namespace Constants {
// menus
-const char * const M_QTQUICK = "QtQuickDesigner.Menu";
const char * const M_CONTEXT = "QML JS Editor.ContextMenu";
const char * const RUN_SEP = "QmlJSEditor.Run.Separator";