From f8e858a204bdcfc955ebcec20a78d7a41f6076f5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 3 Nov 2011 11:07:10 +0100 Subject: Show pcpviewer side-by-side with mainwindow and close it upon mainwindow close. --- client/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/mainwindow.h') 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(); -- cgit v1.2.3