mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -04:00
??
This commit is contained in:
@ -7,7 +7,7 @@ class QLabel;
|
||||
class VolumesModel;
|
||||
class QModelIndex;
|
||||
|
||||
class ScrapperTableView;
|
||||
class ScraperTableView;
|
||||
|
||||
class SelectVolume : public QWidget
|
||||
{
|
||||
@ -25,7 +25,7 @@ public slots:
|
||||
private:
|
||||
QLabel * cover;
|
||||
QLabel * detailLabel;
|
||||
ScrapperTableView * tableVolumes;
|
||||
ScraperTableView * tableVolumes;
|
||||
VolumesModel * model;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user