mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Comic: Virtual prototype for process(), fix signal/slot
This commit is contained in:
@ -92,6 +92,7 @@ public slots:
|
||||
void updateBookmarkImage(int);
|
||||
void setPageLoaded(int page);
|
||||
void invalidate();
|
||||
virtual void process() {};
|
||||
|
||||
signals:
|
||||
void invalidated();
|
||||
|
Reference in New Issue
Block a user