summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/mainwidget.h')
-rw-r--r--pacman-c++/mainwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index ec053a0..589377b 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -12,7 +12,7 @@
12class Actor; 12class Actor;
13 13
14class MainWidget 14class MainWidget
15 : public SceneHolder 15 : public QWidget
16{ 16{
17 Q_OBJECT 17 Q_OBJECT
18 18
@@ -51,6 +51,7 @@ private:
51 bool m_running; 51 bool m_running;
52 52
53 QTcpSocket *m_socket; 53 QTcpSocket *m_socket;
54 SceneHolder *m_scene;
54}; 55};
55 56
56#endif // MAINWIDGET_H 57#endif // MAINWIDGET_H