summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:34:04 +0100
committerLars Bisballe Jensen <larsbisballe@gmail.com>2011-11-03 11:34:04 +0100
commitfa13e95b495e49316524c27f6045c1c3cd2547ca (patch)
tree60c35916947217ff43049e5a6efed8a2c033bf66 /client/mainwindow.h
parent592211cbd4b710caf8934e2806e259415087f69d (diff)
parent140d002d641d22d2dc9e9a1e7c234b747c979a16 (diff)
Merge branch 'master' of http://git.aasimon.org/public/pracro
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index 4a06724..524242c 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -48,6 +48,9 @@ public:
void closeEvent(QCloseEvent *event);
+signals:
+ void isClosing();
+
public slots:
// void update();
void showAbout();