summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljseditor.cpp
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/qmljseditor.cpp
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/qmljseditor.cpp')
-rw-r--r--src/plugins/qmljseditor/qmljseditor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmljseditor/qmljseditor.cpp b/src/plugins/qmljseditor/qmljseditor.cpp
index 7f0a4e2477..24f9d7e541 100644
--- a/src/plugins/qmljseditor/qmljseditor.cpp
+++ b/src/plugins/qmljseditor/qmljseditor.cpp
@@ -570,7 +570,6 @@ QmlJSEditorEditable::QmlJSEditorEditable(QmlJSTextEditor *editor)
Core::UniqueIDManager *uidm = Core::UniqueIDManager::instance();
m_context << uidm->uniqueIdentifier(QmlJSEditor::Constants::C_QMLJSEDITOR_ID);
m_context << uidm->uniqueIdentifier(TextEditor::Constants::C_TEXTEDITOR);
- m_context << uidm->uniqueIdentifier(QmlDesigner::Constants::C_QT_QUICK_TOOLS_MENU);
}
// Use preferred mode from Bauhaus settings