From 2e71dd7907f9bc85bfce1e265d8458d1b7324dd4 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 7 Apr 2013 12:51:18 +0200 Subject: Add bool info in WebTab about being a web app --- src/webtab/webtab.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/webtab/webtab.h') 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; -- cgit v1.2.1