summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 7d20a6e..c2d7cad 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -20,6 +20,8 @@ namespace Ui {
class MainWindow;
}
+class QTextEdit;
+
class MainWindow : public QWidget
{
Q_OBJECT
@@ -42,6 +44,7 @@ private:
bool m_Primary;
LoginForm* m_LoginForm;
QImage m_background;
+ QTextEdit *m_messages;
};
#endif // MAINWINDOW_H