mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 05:52:49 -05:00
some TODOs comments removed
SelectVolume: finished load volume cover/detail
This commit is contained in:
@ -18,7 +18,8 @@ public:
|
||||
public slots:
|
||||
void loadVolumeInfo(const QModelIndex & mi);
|
||||
void setCover(const QByteArray &);
|
||||
void setDescription(const QString & description);
|
||||
void setDescription(const QString & jsonDetail);
|
||||
void openLink(const QString & link);
|
||||
private:
|
||||
QLabel * cover;
|
||||
QLabel * detailLabel;
|
||||
|
||||
Reference in New Issue
Block a user