diff options
author | David E. Narváez <david.narvaez@computer.org> | 2012-01-12 23:11:33 -0500 |
---|---|---|
committer | David E. Narváez <david.narvaez@computer.org> | 2012-01-12 23:11:33 -0500 |
commit | 7504b595fea9924a4a397cea3dc69fa2e0fd0119 (patch) | |
tree | 4de77dab52b76e49c392987645b0214256a2b47d /src/mainwindow.h | |
parent | rekonq 0.8.58 (diff) | |
download | rekonq-7504b595fea9924a4a397cea3dc69fa2e0fd0119.tar.xz |
Implement (User) Session Restore
This patch implements session management. Most of the ideas are taken
from Konsole, which is also a KUniqueApplication but manages session
restoring correctly.
REVIEW: 103658
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 04a59a14..abdf903a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -142,6 +142,7 @@ protected: bool event(QEvent *event); + void readProperties(const KConfigGroup & config); void finalizeGUI(KXMLGUIClient *client); private Q_SLOTS: |