forked from qt-creator/qt-creator
QmlProject: Always use qmlobserver for debugging projects
Also only warn about missing qmlobserver when actually trying to debug a .qmlproject. Reviewed-by: Christiaan Janssen
This commit is contained in:
@@ -78,6 +78,7 @@ public:
|
||||
|
||||
private:
|
||||
ProjectExplorer::RunControl *createDebugRunControl(QmlProjectRunConfiguration *runConfig);
|
||||
static void showQmlObserverToolWarning();
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user