forked from qt-creator/qt-creator
Disable "Qt Quick->Preview" action if no qmlviewer in the PATH
An error dialog would be more explicit, but too late because of string freeze.
This commit is contained in:
@@ -13,6 +13,8 @@ class QmlJSPreviewRunner : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit QmlJSPreviewRunner(QObject *parent = 0);
|
||||
|
||||
bool isReady() const;
|
||||
void run(const QString &filename);
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user