diff options
Diffstat (limited to 'src/views/viewproperties.h')
| -rw-r--r-- | src/views/viewproperties.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index 29f7c282c..cfa98e9e4 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -159,6 +159,12 @@ private: */ static bool isPartOfHome(const QString& filePath); + /** + * @return A hash-value for an URL that can be used as directory name. + * Is used to be able to remember view-properties for long nepomuksearch-URLs. + */ + static QString directoryHashForUrl(const KUrl& url); + Q_DISABLE_COPY(ViewProperties) private: |
