diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-08-08 12:42:09 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:04 +0100 |
commit | 9c434e284354768c1b6a4269b66db831103ff5ae (patch) | |
tree | 3d1cf0ce0bdc0a3e8eb7026a511eb2204ec54ef5 /src/webwindow/webwindow.h | |
parent | Add actions to the web window, STEP 1 (the easiest ones...) (diff) | |
download | rekonq-9c434e284354768c1b6a4269b66db831103ff5ae.tar.xz |
User agent management restored
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r-- | src/webwindow/webwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index cd7235b3..ed8a7f2b 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -111,6 +111,8 @@ private Q_SLOTS: void viewPageSource(); void viewFullScreen(bool enable); + void populateUserAgentMenu(); + Q_SIGNALS: void titleChanged(QString); |