summaryrefslogtreecommitdiff
path: root/noncore/games/backgammon/backgammonview.cpp
Unidiff
Diffstat (limited to 'noncore/games/backgammon/backgammonview.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/backgammon/backgammonview.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/noncore/games/backgammon/backgammonview.cpp b/noncore/games/backgammon/backgammonview.cpp
index ecbc12b..6ee8f10 100644
--- a/noncore/games/backgammon/backgammonview.cpp
+++ b/noncore/games/backgammon/backgammonview.cpp
@@ -5,8 +5,14 @@ BackGammonView::BackGammonView(QCanvas* canvas,QWidget* parent)
5{ 5{
6 //do nothing
6} 7}
7 8
9
10
8BackGammonView::~BackGammonView() 11BackGammonView::~BackGammonView()
9{ 12{
13 //do nothing
10} 14}
11 15
16
17
12void BackGammonView::contentsMousePressEvent(QMouseEvent* e) 18void BackGammonView::contentsMousePressEvent(QMouseEvent* e)
@@ -15,3 +21,3 @@ void BackGammonView::contentsMousePressEvent(QMouseEvent* e)
15 int y=e->y(); 21 int y=e->y();
16 //emit mousepressed(x,y); 22 emit mouse(x,y);
17} \ No newline at end of file 23} \ No newline at end of file