summaryrefslogtreecommitdiff
path: root/src/webwindow/webwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-09-25 18:02:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commit02d9b5fe590303e540c1ff9111e0cfe3194f7e7d (patch)
treef2515238feb6593efc89621805046cca4d24b968 /src/webwindow/webwindow.h
parentDon't overwrite downloads by default (diff)
downloadrekonq-02d9b5fe590303e540c1ff9111e0cfe3194f7e7d.tar.xz
New Private Browsing mode :D
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r--src/webwindow/webwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h
index 35de3f10..affa5cb1 100644
--- a/src/webwindow/webwindow.h
+++ b/src/webwindow/webwindow.h
@@ -83,12 +83,15 @@ public:
virtual KActionCollection *actionCollection() const;
QAction *actionByName(const QString &name);
+ bool isPrivateBrowsing();
+
private:
void setupActions();
void setupTools();
public Q_SLOTS:
void setWidgetsHidden(bool hide);
+ void setPrivateBrowsing(bool);
private Q_SLOTS:
void webLoadProgress(int);
@@ -158,6 +161,8 @@ private:
QTimer *m_hidePopupTimer;
KActionCollection *_ac;
+
+ bool _isPrivateBrowsing;
};
#endif // WEB_WINDOW