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:
@@ -84,7 +84,6 @@ public:
|
||||
quint16 qmlServerPort;
|
||||
QString projectBuildDir;
|
||||
QString projectDir;
|
||||
bool qmlObserverAvailable;
|
||||
// for cpp+qml debugging
|
||||
DebuggerEngineType cppEngineType;
|
||||
|
||||
@@ -265,7 +264,6 @@ public:
|
||||
QString qtDumperLibraryName() const;
|
||||
QStringList qtDumperLibraryLocations() const;
|
||||
void showQtDumperLibraryWarning(const QString &details);
|
||||
void showQmlObserverToolWarning();
|
||||
|
||||
static const char *stateName(int s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user