debugger: add a simple syntax highlighter for disassembler output

This commit is contained in:
hjk
2009-08-18 11:23:01 +02:00
parent 06140f9c7a
commit 39e1113707
4 changed files with 59 additions and 19 deletions

View File

@@ -260,7 +260,7 @@ public:
CombinedPane(QWidget *parent)
: DebuggerPane(parent)
{
(void)new OutputHighlighter(this);
(void) new OutputHighlighter(this);
}
public slots: