summaryrefslogtreecommitdiff
path: root/src/settings/webkitwidget.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-10-23 16:11:52 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-10-26 00:16:24 +0200
commitf61c48d0e6058ebec3ff1d60ba800192d8bc1a4d (patch)
treede7050c0becf1a50120734570b1718900c37fcdf /src/settings/webkitwidget.h
parentClean up UrlBar code (diff)
downloadrekonq-f61c48d0e6058ebec3ff1d60ba800192d8bc1a4d.tar.xz
Improve rekonq WebKit settings
This patch changes WebKit Settings window removing the "unuseful" stuffs and adding some news like WebGL or Frame Flattening (probably useful also on netbook). It also redesign/clean up the settings widget Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone will explain me how I can check QtWebKit version number with cmake... REVIEW:102920
Diffstat (limited to 'src/settings/webkitwidget.h')
-rw-r--r--src/settings/webkitwidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings/webkitwidget.h b/src/settings/webkitwidget.h
index d1435107..0046839a 100644
--- a/src/settings/webkitwidget.h
+++ b/src/settings/webkitwidget.h
@@ -50,7 +50,8 @@ signals:
private slots:
void hasChanged();
-
+ void updateJavascriptSettings(bool);
+
private:
void setWebSettingsToolTips();