summaryrefslogtreecommitdiff
path: root/src/sessionwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-03-30 18:00:09 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-04-02 09:22:58 +0200
commit2c282bb56aba0fd951a7798ebc2a75f3a4ebe742 (patch)
tree01601db0f7054dda5ee8361fcd2702b3df37305a /src/sessionwidget.h
parentImplement session saving, inspired from kate session management (diff)
downloadrekonq-2c282bb56aba0fd951a7798ebc2a75f3a4ebe742.tar.xz
Load a clean session and close dialog
Diffstat (limited to 'src/sessionwidget.h')
-rw-r--r--src/sessionwidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sessionwidget.h b/src/sessionwidget.h
index d40dee7f..4fa99acd 100644
--- a/src/sessionwidget.h
+++ b/src/sessionwidget.h
@@ -56,6 +56,9 @@ private Q_SLOTS:
void deleteSession();
void updateButtons(int);
+
+Q_SIGNALS:
+ void closeDialog();
};