diff options
| author | Kai Uwe Broulik <[email protected]> | 2016-02-09 22:11:00 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2016-02-09 22:11:00 +0100 |
| commit | 2257b94e4fc425a62bcdc065791566a20c517052 (patch) | |
| tree | ea2587ce3e0d39b69f5eb748ea1de1346c466b86 /src/kitemviews/kfileitemmodel.h | |
| parent | 08819ca3b1ec42f3c1aa022a57049fab24150bc4 (diff) | |
Support KFileMetadata OriginUrl as "Downloaded From"
This brings back the functionality to show where a file originally was downloaded
from using xattr originUrl.
REVIEW: 126927
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 167f508cf..e06313aa9 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -285,7 +285,7 @@ private: // User visible roles available with Baloo: CommentRole, TagsRole, RatingRole, ImageSizeRole, OrientationRole, WordCountRole, LineCountRole, ArtistRole, AlbumRole, DurationRole, TrackRole, - CopiedFromRole, + OriginUrlRole, // Non-visible roles: IsDirRole, IsLinkRole, IsExpandedRole, IsExpandableRole, ExpandedParentsCountRole, // Mandatory last entry: |
