mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
??
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class ScrapperLineEdit;
|
||||
class ScraperLineEdit;
|
||||
|
||||
class SearchSingleComic : public QWidget
|
||||
{
|
||||
@ -14,8 +14,8 @@ public:
|
||||
QString getComicInfo();
|
||||
int getComicNumber();
|
||||
private:
|
||||
ScrapperLineEdit * titleEdit;
|
||||
ScrapperLineEdit * numberEdit;
|
||||
ScrapperLineEdit * volumeEdit;
|
||||
ScraperLineEdit * titleEdit;
|
||||
ScraperLineEdit * numberEdit;
|
||||
ScraperLineEdit * volumeEdit;
|
||||
};
|
||||
#endif // SEARCH_SINGLE_COMIC_H
|
||||
|
Reference in New Issue
Block a user