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:12:34 +0100
commit12e20923d870fd9884ee9c02bedbbd1989f22a44 (patch)
treef3c231db35f67689a5922f988564642dc418ff79 /src/mainview.h
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-12e20923d870fd9884ee9c02bedbbd1989f22a44.tar.xz
Properly handle window/app close
(cherry-picked from master)
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);