Debugger: Disable auto switching of debugger languages based on qmlfiles

This commit is contained in:
Lasse Holmstedt
2010-08-31 16:48:51 +02:00
parent c685c87fd1
commit 7c1f9fba8b
4 changed files with 3 additions and 8 deletions

View File

@@ -232,7 +232,6 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
{
connect(this, SIGNAL(finished()), this, SLOT(handleFinished()));
DebuggerStartParameters startParams = sp;
startParams.m_isQmlProject = isQmlProject(runConfiguration);
createEngine(startParams);
}