mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
first version saving some info from comic vine
This commit is contained in:
@ -706,6 +706,9 @@ void LibraryWindow::createConnections()
|
||||
//properties & config
|
||||
connect(propertiesDialog,SIGNAL(accepted()),this,SLOT(reloadCovers()));
|
||||
|
||||
//comic vine
|
||||
connect(comicVineDialog,SIGNAL(accepted()),this,SLOT(reloadCovers()));
|
||||
|
||||
connect(updateLibraryAction,SIGNAL(triggered()),this,SLOT(updateLibrary()));
|
||||
connect(renameLibraryAction,SIGNAL(triggered()),this,SLOT(renameLibrary()));
|
||||
//connect(deleteLibraryAction,SIGNAL(triggered()),this,SLOT(deleteLibrary()));
|
||||
|
Reference in New Issue
Block a user