mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Fix opening a comic from the current/next comic banner in the grid view
This commit is contained in:
@ -38,7 +38,7 @@ public slots:
|
||||
|
||||
signals:
|
||||
void selected(unsigned int);
|
||||
void openComic();
|
||||
void openComic(const ComicDB &comic, const ComicModel::Mode mode);
|
||||
void comicRated(int, QModelIndex);
|
||||
|
||||
//Context menus
|
||||
|
Reference in New Issue
Block a user