mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed bug causing comic info not being updated in comics view when YACReader sent info back to YACReaderLibrary
This commit is contained in:
parent
d9d1b5ff36
commit
96d833641a
@ -2337,8 +2337,8 @@ void LibraryWindow::importLibraryPackage()
|
|||||||
|
|
||||||
void LibraryWindow::updateComicsView(quint64 libraryId, const ComicDB & comic)
|
void LibraryWindow::updateComicsView(quint64 libraryId, const ComicDB & comic)
|
||||||
{
|
{
|
||||||
//TODO comprobar la biblioteca....
|
QLOG_DEBUG() << "incoming libraryId : " << " current id :" << libraries.getId(selectedLibrary->currentText());
|
||||||
if(libraryId == selectedLibrary->currentIndex()) {
|
if(libraryId == libraries.getId(selectedLibrary->currentText())) {
|
||||||
comicsModel->reload(comic);
|
comicsModel->reload(comic);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user