diff options
| author | Peter Penz <[email protected]> | 2011-01-18 21:38:10 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-01-18 21:38:10 +0000 |
| commit | c3418104009828f1e75ae5653730642890e5cad4 (patch) | |
| tree | 1c7af1af7c9185457988d17c53ecc28d230e23cd /src | |
| parent | 2fa1dce9772b556d85b875f6d7d4bf1b466e6dca (diff) | |
Assure that a sorting by the Dolphin specific columns "Path" and "Link Destination" works correctly.
svn path=/trunk/KDE/kdebase/apps/; revision=1215483
Diffstat (limited to 'src')
| -rw-r--r-- | src/views/dolphinmodel.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 }; |
