diff options
| author | Serg Podtynnyi <[email protected]> | 2023-02-04 21:57:38 +0700 |
|---|---|---|
| committer | Serg Podtynnyi <[email protected]> | 2023-02-04 22:14:46 +0700 |
| commit | a9ac1f12521f6dcac287766e6ee5ed5c643e88e7 (patch) | |
| tree | 4dd75c0ac0b5f82bf3bc1e2232c74d85dfd09987 /src/kitemviews/kfileitemmodel.h | |
| parent | 4b4678040dd44a66f93b2c3bdf17804479750689 (diff) | |
Add Page count and Publisher columns
BUG: 374561
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 74aec17a9..368ab76d8 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -298,7 +298,7 @@ private: GroupRole, TypeRole, ExtensionRole, DestinationRole, PathRole, DeletionTimeRole, // User visible roles available with Baloo: CommentRole, TagsRole, RatingRole, DimensionsRole, WidthRole, HeightRole, ImageDateTimeRole, OrientationRole, - WordCountRole, TitleRole, AuthorRole, LineCountRole, ArtistRole, GenreRole, AlbumRole, DurationRole, TrackRole, ReleaseYearRole, + PublisherRole, PageCountRole, WordCountRole, TitleRole, AuthorRole, LineCountRole, ArtistRole, GenreRole, AlbumRole, DurationRole, TrackRole, ReleaseYearRole, BitrateRole, OriginUrlRole, AspectRatioRole, FrameRateRole, // Non-visible roles: IsDirRole, IsLinkRole, IsHiddenRole, IsExpandedRole, IsExpandableRole, ExpandedParentsCountRole, |
