diff options
Diffstat (limited to 'src/viewproperties.h')
| -rw-r--r-- | src/viewproperties.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h index b4d9500bc..e4f7821fc 100644 --- a/src/viewproperties.h +++ b/src/viewproperties.h @@ -97,6 +97,15 @@ public: */ void save(); + /** + * Returns the URL of the directory, where the mirrored view properties + * are stored into. Mirrored view properties are used if: + * - there is no write access for storing the view properties into + * the original directory + * - for non local directories + */ + static KUrl mirroredDirectory(); + private: /** * Returns the destination directory path where the view |
