summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
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;