mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 04:24:32 -04:00
added rating feature
This commit is contained in:
@ -672,6 +672,7 @@ void LibraryWindow::createConnections()
|
||||
|
||||
connect(comicView, SIGNAL(pressed(QModelIndex)), this, SLOT(centerComicFlow(QModelIndex)));
|
||||
connect(comicFlow, SIGNAL(centerIndexChanged(int)), this, SLOT(updateComicView(int)));
|
||||
connect(comicView, SIGNAL(comicRated(int,QModelIndex)), dmCV, SLOT(updateRating(int,QModelIndex)));
|
||||
|
||||
//actions
|
||||
connect(createLibraryAction,SIGNAL(triggered()),this,SLOT(createLibrary()));
|
||||
|
Reference in New Issue
Block a user