summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-24 16:08:52 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-24 16:08:52 +0100
commit624f44cf8228b12a4c7ae6f8dd36b800a4f03739 (patch)
tree2d3a6e73f56ef44e23a0d1fa5012e241f2f768dd /src/mainview.h
parentrekonq 0.8.53 (diff)
downloadrekonq-624f44cf8228b12a4c7ae6f8dd36b800a4f03739.tar.xz
Properly handle window/app close
BUG: 286831
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 632ddbca..4e6f1bbb 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -114,6 +114,7 @@ Q_SIGNALS:
void browserTabLoading(bool);
void openPreviousInHistory();
void openNextInHistory();
+ void closeWindow();
void printRequested(QWebFrame *frame);