mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Add current/next comic view to GridView.
This commit is contained in:
@ -201,6 +201,11 @@ void InfoComicsView::selectIndex(int index)
|
||||
selectionHelper->selectIndex(index);
|
||||
}
|
||||
|
||||
void InfoComicsView::updateCurrentComicView()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void InfoComicsView::setShowMarks(bool show)
|
||||
{
|
||||
QQmlContext *ctxt = view->rootContext();
|
||||
|
Reference in New Issue
Block a user