From c3418104009828f1e75ae5653730642890e5cad4 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 18 Jan 2011 21:38:10 +0000 Subject: Assure that a sorting by the Dolphin specific columns "Path" and "Link Destination" works correctly. svn path=/trunk/KDE/kdebase/apps/; revision=1215483 --- src/views/dolphinmodel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/views/dolphinmodel.h b/src/views/dolphinmodel.h index 6f1b00c75..930b4e85e 100644 --- a/src/views/dolphinmodel.h +++ b/src/views/dolphinmodel.h @@ -34,9 +34,10 @@ class LIBDOLPHINPRIVATE_EXPORT DolphinModel : public KDirModel public: enum AdditionalColumns { - Version = KDirModel::ColumnCount, - LinkDest, + LinkDest = KDirModel::ColumnCount, LocalPathOrUrl, + // Assure that invisible columns are added as last entries: + Version, ExtraColumnCount // Mandatory last entry }; -- cgit v1.3