X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/2ba5c2cfc2cea534cccd860f94a7198530b83594..6c60bf0ad54258976d9dcbd6586b26c65d8d4b78:/src/views/viewproperties.h diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index b46249eb2..96a5515ef 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -137,6 +137,13 @@ private: */ QString viewModePrefix() const; + /** + * Provides backward compatibility with .directory files created with + * Dolphin < 2.1: Converts the old additionalInfo-property into + * the visibleRoles-property and clears the additionalInfo-property. + */ + QStringList convertAdditionalInfo(); + /** * Returns true, if \a filePath is part of the home-path (see QDir::homePath()). */