diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-24 17:16:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-26 00:16:20 +0100 |
commit | c1d1c10af5a89da77a1005bcf28cde2d216bef74 (patch) | |
tree | d30041a3b63ac120f09a5a422a2714e870cab277 /src/mainwindow.h | |
parent | Moving UA management code to a new UserAgentManager (diff) | |
download | rekonq-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.h | 2 |
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); |