summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-04-07 12:51:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-04-07 12:51:18 +0200
commit2e71dd7907f9bc85bfce1e265d8458d1b7324dd4 (patch)
treeaba9059936a31960dff946e0f9d072e084f58dd9 /src/webtab/webtab.h
parentWorkaround about private browsing (diff)
downloadrekonq-2e71dd7907f9bc85bfce1e265d8458d1b7324dd4.tar.xz
Add bool info in WebTab about being a web app
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r--src/webtab/webtab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index 1f501323..f7124a14 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -94,6 +94,8 @@ public:
void focusIn();
void focusOut();
+
+ bool isWebApp();
private Q_SLOTS:
void updateProgress(int progress);
@@ -148,6 +150,7 @@ private:
int m_zoomFactor;
bool m_isPrivateBrowsing;
+ bool m_isWebApp;
QSplitter *m_splitter;