Maemo: Show project name in application output window when debugging.

The tab is widget title is currently empty, so users might not know
what is running there.

Task-number: QTCREATORBUG-3775
Reviewed-by: hjk
This commit is contained in:
Christian Kandeler
2011-02-10 12:15:33 +01:00
committed by con
parent 72201a845e
commit 8ef69343b8

View File

@@ -103,6 +103,7 @@ RunControl *MaemoDebugSupport::createDebugRunControl(MaemoRunConfiguration *runC
} else {
params.startMode = AttachToRemote;
}
params.displayName = runConfig->displayName();
DebuggerRunControl * const debuggerRunControl
= DebuggerPlugin::createDebugger(params, runConfig);