mirror of https://github.com/KDE/kasts.git
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…
Reference in New Issue