Categories and saving of settings in qml inspector

This commit is contained in:
Lasse Holmstedt
2010-04-20 16:27:41 +02:00
parent 9c2eb9fe2e
commit 473a8e5d28
17 changed files with 720 additions and 159 deletions

View File

@@ -145,7 +145,7 @@ void QmlInspectorPlugin::activateDebuggerForProject(ProjectExplorer::Project *pr
// if they contain Qml files. Some kind of options should exist for this behavior.
QmlProjectManager::QmlProject *qmlproj = qobject_cast<QmlProjectManager::QmlProject*>(project);
if (qmlproj && m_inspector->setDebugConfigurationDataFromProject(qmlproj))
m_inspector->startConnectionTimer();
m_inspector->startQmlProjectDebugger();
}
}