De-noise QmlJSPreviewRunner definition

Change-Id: I0a5c88e91f0e70f0a7bb73454d64056855fed47f
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
hjk
2016-01-27 16:57:02 +01:00
parent a2732a347d
commit 9ffae7f4ba

View File

@@ -42,10 +42,6 @@ public:
bool isReady() const;
void run(const QString &filename);
signals:
public slots:
private:
QString m_qmlViewerDefaultPath;
@@ -53,7 +49,6 @@ private:
};
} // namespace Internal
} // namespace QmlJSEditor