summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index f4b12ec..f23ade1 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -39,6 +39,8 @@ public:
MainWindow(QString cpr, QString course, QString host, quint16 port, QString user);
~MainWindow();
+ void closeEvent(QCloseEvent *event);
+
public slots:
void update();
@@ -52,7 +54,6 @@ private:
bool initialising;
void init();
-
};
#endif/*__PRACRO_MAINWINDOW_H__*/