From 7e74c6f23beb06b9541508b91914a4f9b3ee3a62 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Mon, 10 May 2010 12:49:41 +0000 Subject: Provide the destination of a symbolic link as a column in Dolphin's (and Konqueror's) Details View in KDE SC 4.5. This is based on the changes to KFileItemDelegate from commit 1124981. FEATURE: 211690 svn path=/trunk/KDE/kdebase/apps/; revision=1124982 --- src/dolphinmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphinmodel.h') diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h index adb59a39f..5c43028c8 100644 --- a/src/dolphinmodel.h +++ b/src/dolphinmodel.h @@ -35,6 +35,7 @@ class LIBDOLPHINPRIVATE_EXPORT DolphinModel : public KDirModel public: enum AdditionalColumns { Version = KDirModel::ColumnCount, + LinkDestination, ExtraColumnCount }; -- cgit v1.3.1