Get rid of the old the QML inspector code.

This commit is contained in:
Roberto Raggi
2010-06-28 17:15:45 +02:00
parent c9e9d701e9
commit 92e4fd9fd3
35 changed files with 60 additions and 4838 deletions

View File

@@ -86,7 +86,7 @@ void QmlRunControl::start()
// FIXME this line should be refactored out in order to remove the dependency between
// debugger and qmlprojectmanager, because debugger also relies on cpptools.
Debugger::DebuggerUISwitcher::instance()->setActiveLanguage(Qml::Constants::LANG_QML);
Debugger::DebuggerUISwitcher::instance()->setActiveLanguage(QmlInspector::Constants::LANG_QML);
emit started();
emit appendMessage(this, tr("Starting %1 %2").arg(QDir::toNativeSeparators(m_executable),