summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-24 17:16:28 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-26 00:16:20 +0100
commitc1d1c10af5a89da77a1005bcf28cde2d216bef74 (patch)
treed30041a3b63ac120f09a5a422a2714e870cab277 /src/mainwindow.h
parentMoving UA management code to a new UserAgentManager (diff)
downloadrekonq-c1d1c10af5a89da77a1005bcf28cde2d216bef74.tar.xz
clean up UserAgentManager code
This way we got the following gains: - UA Manager is NOT loaded until it is really used - rekonq other code does know ANYTHING about UA Manager (but the app instance) To let this really shine, we should link this directly to the webtab. Another point for moving tabs up :)
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 3b5706c6..581b4fd1 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -176,6 +176,8 @@ private Q_SLOTS:
void openActionUrl(QAction *action);
void openActionTab(QAction *action);
+ void populateUserAgentMenu();
+
void enableNetworkAnalysis(bool);
void setEditable(bool);