Expose the sampleUrl to the model
This commit is contained in:
parent
a11bc79309
commit
adb33895fa
2 changed files with 5 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ public:
|
|||
SizeRole = Qt::UserRole + 1003,
|
||||
RatingRole = Qt::UserRole + 1004,
|
||||
TagRole = Qt::UserRole + 1005,
|
||||
ResolutionRole = Qt::UserRole + 1006
|
||||
ResolutionRole = Qt::UserRole + 1006,
|
||||
SampleUrlRole = Qt::UserRole + 1007
|
||||
};
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue