X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/2b895e7e2bd096e55faa1032ebc6a355a72c2325..c2fa8ae9ab0df08781b7d032e99d7b8f220c10e0:/src/views/viewproperties.h diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index dc118e2d7..6a3f18e6b 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -21,9 +21,10 @@ #ifndef VIEWPROPERTIES_H #define VIEWPROPERTIES_H -#include -#include #include "dolphin_export.h" +#include "views/dolphinview.h" + +#include class ViewPropertySettings; /** @@ -153,6 +154,12 @@ private: */ void convertNameRoleToTextRole(); + /** + * Provides backward compatibility with .directory files created with + * Dolphin < 16.11.70: Converts the old name-role "date" to "modificationtime" + */ + + void convertDateRoleToModificationTimeRole(); /** * Returns true, if \a filePath is part of the home-path (see QDir::homePath()). */