mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
volume ID added to VolumesModel
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user