mirror of
https://github.com/KDE/kasts.git
synced 2025-01-27 07:46:10 +01:00
Small fix: start custom roles from Qt::UserRole in podcastsearchmodel.h
This commit is contained in:
parent
91a6cc652e
commit
6413085c12
@ -20,7 +20,7 @@ class PodcastSearchModel : public QAbstractListModel
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum Roles {
|
||||
Id,
|
||||
Id = Qt::UserRole,
|
||||
Title,
|
||||
Url,
|
||||
OriginalUrl,
|
||||
|
Loading…
x
Reference in New Issue
Block a user