diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-03-27 09:34:28 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-12 02:30:01 +0200 |
commit | 5ef01bdbb74b5f02adf58df5c01125a1d4b9fb01 (patch) | |
tree | b37132547b2199b6765ba8c4394721f9859dac07 /src/settings/privacywidget.h | |
parent | clean up failed rebasing and implement history timed expire check (diff) | |
download | rekonq-5ef01bdbb74b5f02adf58df5c01125a1d4b9fb01.tar.xz |
Last clean up on settings
Get sure settings are updated everytime
Strings, spaces and one unuseful slot removed clean up
Diffstat (limited to 'src/settings/privacywidget.h')
-rw-r--r-- | src/settings/privacywidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings/privacywidget.h b/src/settings/privacywidget.h index 2525c0d9..8d90260e 100644 --- a/src/settings/privacywidget.h +++ b/src/settings/privacywidget.h @@ -46,6 +46,8 @@ public: PrivacyWidget(QWidget *parent = 0); void save(); + void reload(); + bool changed(); Q_SIGNALS: @@ -53,7 +55,6 @@ Q_SIGNALS: private Q_SLOTS: void hasChanged(); - void updateJavascriptSettings(bool); void launchCacheSettings(); void launchCookieSettings(); |