summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljseditorplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljseditor/qmljseditorplugin.h')
-rw-r--r--src/plugins/qmljseditor/qmljseditorplugin.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/qmljseditor/qmljseditorplugin.h b/src/plugins/qmljseditor/qmljseditorplugin.h
index db534f0f29..d8cc225a0d 100644
--- a/src/plugins/qmljseditor/qmljseditorplugin.h
+++ b/src/plugins/qmljseditor/qmljseditorplugin.h
@@ -53,7 +53,6 @@ namespace Internal {
class QmlJSEditorFactory;
class QmlJSTextEditor;
-class QmlJSPreviewRunner;
class QmlJSEditorPlugin : public ExtensionSystem::IPlugin
{
@@ -75,18 +74,12 @@ public:
public Q_SLOTS:
void followSymbolUnderCursor();
-private Q_SLOTS:
- void openPreview();
-
private:
Core::Command *addToolAction(QAction *a, Core::ActionManager *am, const QList<int> &context, const QString &name,
Core::ActionContainer *c1, const QString &keySequence);
static QmlJSEditorPlugin *m_instance;
- QAction *m_actionPreview;
- QmlJSPreviewRunner *m_previewRunner;
-
ModelManagerInterface *m_modelManager;
QmlFileWizard *m_wizard;
QmlJSEditorFactory *m_editor;