mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04: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