Qml Debugger: Code style and cleanup

Reviewed-by: hjk
This commit is contained in:
Lasse Holmstedt
2010-08-24 17:17:54 +02:00
parent 290835300d
commit 7afef49682
16 changed files with 168 additions and 189 deletions

View File

@@ -145,7 +145,7 @@ bool QmlRunControlFactory::canRun(RunConfiguration *runConfiguration,
return config != 0;
} else if (mode == ProjectExplorer::Constants::DEBUGMODE) {
bool qmlDebugSupportInstalled = Debugger::DebuggerUISwitcher::instance()->supportedLanguages()
& Debugger::Lang_Qml;
& Debugger::QmlLanguage;
return (config != 0) && qmlDebugSupportInstalled;
}