From 6a096cca2d9a3b10bf3874a967b9e2b66c7b748c Mon Sep 17 00:00:00 2001 From: Sebastian Trueg Date: Tue, 11 May 2010 21:02:49 +0000 Subject: Expose the new file item property pathorurl to the Dolphin UI. This is mostly useful for search results to see the actual local path of the result. svn path=/trunk/KDE/kdebase/apps/; revision=1125631 --- src/viewproperties.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/viewproperties.h') diff --git a/src/viewproperties.h b/src/viewproperties.h index a8a2cc934..696358726 100644 --- a/src/viewproperties.h +++ b/src/viewproperties.h @@ -80,7 +80,7 @@ public: * the value is dependent from another property (in this case the view-mode). */ void setAdditionalInfo(KFileItemDelegate::InformationList info); - + /** * Returns the additional information for the current set view-mode. * Note that the additional-info property is the only property where @@ -162,7 +162,8 @@ private: PermissionsInfo = 4, OwnerInfo = 8, GroupInfo = 16, - TypeInfo = 32 + TypeInfo = 32, + PathOrUrlInfo = 64 }; bool m_changedProps; -- cgit v1.3