diff options
Diffstat (limited to 'src/views/viewproperties.h')
| -rw-r--r-- | src/views/viewproperties.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index 801d33845..c203e2f0c 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -125,6 +125,15 @@ public: */ QString destinationDir(const QString &subDir) const; + /** + * Restore the view settings to the default settings + * Depending on the view type. + * + * Only useful when in per-folder settings + */ + void restoreToDefaults(); + bool isDefaults() const; + private: /** * Returns the view-mode prefix when storing additional properties for |
