debugger: put some color into the outputpane

This commit is contained in:
hjk
2009-06-19 12:04:21 +02:00
parent 0c03c1b9f9
commit 3545c822c9
10 changed files with 145 additions and 54 deletions

View File

@@ -59,8 +59,8 @@ public:
public slots:
void clearContents();
void showOutput(const QString &prefix, const QString &output);
void showInput(const QString &prefix, const QString &input);
void showOutput(int channel, const QString &output);
void showInput(int channel, const QString &input);
signals:
void showPage();