forked from qt-creator/qt-creator
app output window reorga
- drop prefix magic - avoid inserting stray newlines this also fixes the overquoting of app output.
This commit is contained in:
@@ -590,9 +590,9 @@ void DebuggerManager::notifyInferiorPidChanged(int pid)
|
||||
emit inferiorPidChanged(pid);
|
||||
}
|
||||
|
||||
void DebuggerManager::showApplicationOutput(const QString &prefix, const QString &str)
|
||||
void DebuggerManager::showApplicationOutput(const QString &str)
|
||||
{
|
||||
emit applicationOutputAvailable(prefix, str);
|
||||
emit applicationOutputAvailable(str);
|
||||
}
|
||||
|
||||
void DebuggerManager::shutdown()
|
||||
|
||||
Reference in New Issue
Block a user