┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/general/previewssettingspage.h
diff options
context:
space:
mode:
authorLukáš Tinkl <[email protected]>2014-11-03 23:52:18 +0100
committerLukáš Tinkl <[email protected]>2014-11-03 23:52:18 +0100
commit037d5db85bb0bd798d40c557d424c5c9b87457a8 (patch)
treee032bfeb3f7e6bf3a1e118ff195df9009949a7d6 /src/settings/general/previewssettingspage.h
parentb96def1856bfd043ba7dae56368ceed6940bd6c4 (diff)
Q_DECL_OVERRIDE
Diffstat (limited to 'src/settings/general/previewssettingspage.h')
-rw-r--r--src/settings/general/previewssettingspage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/settings/general/previewssettingspage.h b/src/settings/general/previewssettingspage.h
index a43535133..3abf8f926 100644
--- a/src/settings/general/previewssettingspage.h
+++ b/src/settings/general/previewssettingspage.h
@@ -42,13 +42,13 @@ public:
* The settings are persisted automatically when
* closing Dolphin.
*/
- virtual void applySettings();
+ virtual void applySettings() Q_DECL_OVERRIDE;
/** Restores the settings to default values. */
- virtual void restoreDefaults();
+ virtual void restoreDefaults() Q_DECL_OVERRIDE;
protected:
- virtual void showEvent(QShowEvent* event);
+ virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
private slots:
void configureService(const QModelIndex& index);