3 #include <QTextBrowser>
8 // Add all missing constructor etc... to have singleton
12 static debugengine
*getInstance();
13 void setTextEdit(QTextBrowser
*textEdit
);
14 void writeMessage(const QString
&message
);
15 void setColor(const QColor
&c
);
18 QPointer
<QTextBrowser
> _textEdit
;
21 #endif // DEBUGENGINE_H