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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h
index 6adcba2..f5703db 100644
--- a/pacman-c++/mainwidget.h
+++ b/pacman-c++/mainwidget.h
@@ -29,6 +29,7 @@ private:
29 29
30private slots: 30private slots:
31 void startGame(); 31 void startGame();
32 void playerScoreClicked();
32 33
33private: 34private:
34 QVector< QVector<PixmapItem *> > visualMap; 35 QVector< QVector<PixmapItem *> > visualMap;