diff options
Diffstat (limited to 'src/views/viewproperties.h')
| -rw-r--r-- | src/views/viewproperties.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index 303c04227..29f7c282c 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -142,12 +142,19 @@ private: /** * Provides backward compatibility with .directory files created with - * Dolphin < 2.1: Converts the old additionalInfo-property into + * Dolphin < 2.0: Converts the old additionalInfo-property into * the visibleRoles-property and clears the additionalInfo-property. */ QStringList convertAdditionalInfo(); /** + * Provides backward compatibility with .directory files created with + * Dolphin < 2.1: Converts the old name-role "name" to the generic + * role "text". + */ + QStringList convertNameRole(); + + /** * Returns true, if \a filePath is part of the home-path (see QDir::homePath()). */ static bool isPartOfHome(const QString& filePath); |
