summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTirtha Chatterjee <tirtha.p.chatterjee@gmail.com>2011-08-11 13:09:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-08-11 13:09:39 +0200
commitde060583b0e0c2faa44b1abbf792109676d8fdee (patch)
tree726298df749e53277277eeb146121d34da696660 /src/mainwindow.h
parentTools Action Menu (diff)
downloadrekonq-de060583b0e0c2faa44b1abbf792109676d8fdee.tar.xz
Update session file before last window is closed
Having 2 (or more) windows open and closing one did NOT update the session file. Now it is :) REVIEW: 101346 REVIEWED-BY: adjam
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d8b5538e..908ff776 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -125,6 +125,8 @@ Q_SIGNALS:
void triggerPartPrint();
void triggerPartFind();
+ void lastWindowClosed();
+
protected Q_SLOTS:
void saveNewToolbarConfig();