diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-10-22 00:04:47 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-22 00:10:28 +0200 |
commit | 7c981aa978bea7551aec99bc3c68a23cd6c8df00 (patch) | |
tree | 4db8b374676927afe7915a0cc034b477beeb3ebf /src/mainwindow.h | |
parent | This commit fixes icons handling for "rekonq pages" (eg: about urls). (diff) | |
download | rekonq-7c981aa978bea7551aec99bc3c68a23cd6c8df00.tar.xz |
This commit implements the new private browsign mode for rekonq:
- it implements a new KAaction in the Application class to trace changes on
- stops session management and save it, restoring last visited sites on restoring mormal mode
- implements necessary changes to iconmanager, urlbar & application
Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of
the needed changes in kdewebkit to eg handle cookies and so on..
.
Hope you like it :)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index ad4fa4b8..0395db4d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -147,9 +147,6 @@ private slots: void viewPageSource(); void viewFullScreen(bool enable); - // Tools Menu slots - void privateBrowsing(bool enable); - // Settings Menu slot void preferences(); |