app output window reorga

- drop prefix magic
- avoid inserting stray newlines

this also fixes the overquoting of app output.
This commit is contained in:
Oswald Buddenhagen
2009-01-15 14:30:49 +01:00
parent edefcfe4aa
commit 72b6a105b7
15 changed files with 57 additions and 32 deletions

View File

@@ -84,7 +84,7 @@ public:
private slots:
void debuggingFinished();
void slotAddToOutputWindow(const QString &prefix, const QString &line);
void slotAddToOutputWindowInline(const QString &output);
private:
DebuggerManager *m_manager;