Small fix: start custom roles from Qt::UserRole in podcastsearchmodel.h

This commit is contained in:
Bart De Vries 2021-09-08 14:02:56 +02:00
parent 91a6cc652e
commit 6413085c12
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class PodcastSearchModel : public QAbstractListModel
Q_OBJECT
public:
enum Roles {
Id,
Id = Qt::UserRole,
Title,
Url,
OriginalUrl,