┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/detailsviewsettingspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detailsviewsettingspage.h')
-rw-r--r--src/detailsviewsettingspage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h
index 95a83fdc5..7880527ab 100644
--- a/src/detailsviewsettingspage.h
+++ b/src/detailsviewsettingspage.h
@@ -48,6 +48,12 @@ public:
*/
void applySettings();
+ /** Restores the settings to default values. */
+ void restoreDefaults();
+
+private:
+ void loadSettings();
+
private:
DolphinMainWindow* m_mainWindow;
QCheckBox* m_dateBox;