summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljspreviewrunner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmljseditor/qmljspreviewrunner.h')
-rw-r--r--src/plugins/qmljseditor/qmljspreviewrunner.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/plugins/qmljseditor/qmljspreviewrunner.h b/src/plugins/qmljseditor/qmljspreviewrunner.h
deleted file mode 100644
index 869327b10c..0000000000
--- a/src/plugins/qmljseditor/qmljspreviewrunner.h
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef QMLJSPREVIEWRUNNER_H
-#define QMLJSPREVIEWRUNNER_H
-
-#include <QObject>
-
-#include <projectexplorer/applicationlauncher.h>
-
-namespace QmlJSEditor {
-namespace Internal {
-
-class QmlJSPreviewRunner : public QObject
-{
- Q_OBJECT
-public:
- explicit QmlJSPreviewRunner(QObject *parent = 0);
- void run(const QString &filename);
-
-signals:
-
-public slots:
-
-private:
- QString m_qmlViewerDefaultPath;
-
- ProjectExplorer::ApplicationLauncher m_applicationLauncher;
-
-};
-
-
-} // namespace Internal
-} // namespace QmlJSEditor
-
-
-#endif // QMLJSPREVIEWRUNNER_H