mirror of
https://github.com/YACReader/yacreader
synced 2025-08-14 18:25:28 -04:00
Added error management for "delete comic"
This commit is contained in:
@ -205,6 +205,8 @@ private:
|
||||
int currentFolderNavigation;
|
||||
QList<QModelIndex> history;
|
||||
|
||||
bool removeError;
|
||||
|
||||
protected:
|
||||
virtual void closeEvent ( QCloseEvent * event );
|
||||
public:
|
||||
@ -270,6 +272,8 @@ public:
|
||||
void updateComicsView(quint64 libraryId, const ComicDB & comic);
|
||||
void setCurrentComicOpened();
|
||||
void showComicVineScraper();
|
||||
void setRemoveError();
|
||||
void checkRemoveError();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user