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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index ede3ecf..46de6fb 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -36,16 +36,16 @@ private:
36 bool isRunning(); 36 bool isRunning();
37 Color::Color connectToServer(); 37 Color::Color connectToServer();
38 38
39 // GUI elements needed in the progress of the game 39 /* GUI elements needed in the progress of the game */
40 QList<QGridLayout*> m_playerScoreLayouts; 40 QList<QGridLayout*> m_playerScoreLayouts;
41 41
42 // key currently pressed by user 42 /* key currently pressed by user */
43 Transmission::field_t m_currentKey; 43 Transmission::field_t m_currentKey;
44 44
45 // translate Qt::Key to our key format 45 /* translate Qt::Key to our key format */
46 Transmission::field_t translateKey(int key); 46 Transmission::field_t translateKey(int key);
47 47
48 // game running 48 /* game running */
49 bool m_running; 49 bool m_running;
50 50
51 QTcpSocket *m_socket; 51 QTcpSocket *m_socket;