summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-11-03 11:07:10 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2011-11-03 11:07:10 +0100
commitf8e858a204bdcfc955ebcec20a78d7a41f6076f5 (patch)
tree604664e88d52dc0718fab27a674011f082eaee26 /client/mainwindow.cc
parent8910e356af01a11cf769b891c1aa51eed2cf960f (diff)
Show pcpviewer side-by-side with mainwindow and close it upon mainwindow close.
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 1a63434..ece1572 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -242,6 +242,8 @@ void MainWindow::closeEvent(QCloseEvent *event)
} else {
event->ignore();
}
+
+ emit isClosing();
}
void MainWindow::init()