diff options
| author | Kai Uwe Broulik <[email protected]> | 2017-01-12 14:23:01 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2017-01-12 14:23:12 +0100 |
| commit | 0cad00c39aec4508688c87e520acc782b1001d1f (patch) | |
| tree | 58e64d1d7a4d9b2be7a00ad00e6240ce919d77a4 /src/kitemviews/kfileitemmodel.h | |
| parent | 726515cfd43e3a1af61ab624d08f509e8e5f0a9f (diff) | |
Add document title to additional information
Allows showing the document title of e.g. a PDF alongside the file name
BUG: 321356
Differential Revision: https://phabricator.kde.org/D3972
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 8a0df72b9..717afb9a7 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -284,7 +284,7 @@ private: GroupRole, TypeRole, DestinationRole, PathRole, // User visible roles available with Baloo: CommentRole, TagsRole, RatingRole, ImageSizeRole, OrientationRole, - WordCountRole, LineCountRole, ArtistRole, AlbumRole, DurationRole, TrackRole, + WordCountRole, TitleRole, LineCountRole, ArtistRole, AlbumRole, DurationRole, TrackRole, OriginUrlRole, // Non-visible roles: IsDirRole, IsLinkRole, IsExpandedRole, IsExpandableRole, ExpandedParentsCountRole, |
