]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settingspagebase.h
fixed issue that when using "Use common view properties for all folders" the view...
[dolphin.git] / src / settingspagebase.h
index d8626feb3b2da2e15a0c8fbbe8ccec18c5e95210..d785e5dcdf14dbe96bd6457880a65e0df71ab8fb 100644 (file)
@@ -41,6 +41,12 @@ public:
      * persistently store the settings.
      */
     virtual void applySettings() = 0;
+
+    /**
+     * Must be implemented by a derived class to
+     * restored the settings to default values.
+     */
+    virtual void restoreDefaults() = 0;
 };
 
 #endif