summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-12-18 10:23:36 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-12-18 10:24:11 +0100
commit6f60d002491a3b437afb068b227d33d5b23772d2 (patch)
treec1a71fb9d73db08a1431e5203660c7ff2acb843b /src/webpage.h
parentRevert a small part of commit 3e59ea5cab2a097 (diff)
downloadrekonq-6f60d002491a3b437afb068b227d33d5b23772d2.tar.xz
Why taking risks? Deleting things in the more appropriate place.
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 8e123647..528ce331 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -56,6 +56,7 @@ public:
{
return _networkAnalyzer;
};
+
inline void enableNetworkAnalyzer(bool b)
{
_networkAnalyzer = b;
@@ -65,6 +66,7 @@ public:
{
return _isOnRekonqPage;
};
+
inline void setIsOnRekonqPage(bool b)
{
_isOnRekonqPage = b;