#include <views/dolphinview.h>
#include <QUrl>
-#include "libdolphin_export.h"
+#include "dolphin_export.h"
class ViewPropertySettings;
/**
* (see GeneralSettings::globalViewMode()), the values from the global .directory file
* are used for initialization.
*/
-class LIBDOLPHINPRIVATE_EXPORT ViewProperties
+class DOLPHIN_EXPORT ViewProperties
{
public:
explicit ViewProperties(const QUrl& url);
*/
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()).
*/