forked from qt-creator/qt-creator
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:
@@ -103,6 +103,7 @@ RunControl *MaemoDebugSupport::createDebugRunControl(MaemoRunConfiguration *runC
|
||||
} else {
|
||||
params.startMode = AttachToRemote;
|
||||
}
|
||||
params.displayName = runConfig->displayName();
|
||||
|
||||
DebuggerRunControl * const debuggerRunControl
|
||||
= DebuggerPlugin::createDebugger(params, runConfig);
|
||||
|
Reference in New Issue
Block a user