forked from qt-creator/qt-creator
debugger: add a simple syntax highlighter for disassembler output
This commit is contained in:
@@ -260,7 +260,7 @@ public:
|
||||
CombinedPane(QWidget *parent)
|
||||
: DebuggerPane(parent)
|
||||
{
|
||||
(void)new OutputHighlighter(this);
|
||||
(void) new OutputHighlighter(this);
|
||||
}
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user