volume ID added to VolumesModel

This commit is contained in:
Luis Ángel San Martín
2013-10-14 19:31:52 +02:00
parent e924e74c07
commit 0d63bce2b5
4 changed files with 13 additions and 2 deletions

View File

@ -18,6 +18,7 @@ public:
public slots:
void loadVolumeInfo(const QModelIndex & mi);
void setCover(const QByteArray &);
void setDescription(const QString & description);
private:
QLabel * cover;
QLabel * detailLabel;