┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewproperties.h
diff options
context:
space:
mode:
authorSebastian Trueg <[email protected]>2010-05-11 21:02:49 +0000
committerSebastian Trueg <[email protected]>2010-05-11 21:02:49 +0000
commit6a096cca2d9a3b10bf3874a967b9e2b66c7b748c (patch)
tree83720a8b9f7ee93e7608228dcbc5d222480b65ec /src/viewproperties.h
parent7e74c6f23beb06b9541508b91914a4f9b3ee3a62 (diff)
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
Diffstat (limited to 'src/viewproperties.h')
-rw-r--r--src/viewproperties.h5
1 files changed, 3 insertions, 2 deletions
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;