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.
This commit is contained in:
Kai Koehne
2010-08-19 15:53:29 +02:00
parent ab494a07ad
commit 420a2b4e6e
7 changed files with 4 additions and 126 deletions

View File

@@ -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";