diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-08-08 14:25:40 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-10 02:48:04 +0100 |
commit | a118af29f0d10e732baa7fe364be4091ada06765 (patch) | |
tree | 88e1249b111cd20169cc817f2ce9e522fda30f2c /src/webwindow/webwindow.h | |
parent | User agent management restored (diff) | |
download | rekonq-a118af29f0d10e732baa7fe364be4091ada06765.tar.xz |
Tools actions 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 ed8a7f2b..ef8a502b 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -108,10 +108,12 @@ private Q_SLOTS: void fileOpen(); void fileSaveAs(); + // Tools Menu slots void viewPageSource(); void viewFullScreen(bool enable); void populateUserAgentMenu(); + void setEditable(bool); Q_SIGNALS: void titleChanged(QString); |