Expose the sampleUrl to the model

This commit is contained in:
Luca Beltrame 2015-02-26 00:21:19 +01:00
commit adb33895fa
2 changed files with 5 additions and 1 deletions

View file

@ -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: