merged - develop

This commit is contained in:
Luis Ángel San Martín
2018-03-03 23:36:29 +01:00
112 changed files with 4751 additions and 2453 deletions

View File

@ -1683,6 +1683,7 @@ void MainWindowViewer::sendComic()
{
YACReaderLocalClient * client = new YACReaderLocalClient;
currentComicDB.info.hasBeenOpened = true;
currentComicDB.info.lastTimeOpened = QDateTime::currentSecsSinceEpoch();
viewer->updateComic(currentComicDB);
int retries = 1;
while(!client->sendComicInfo(libraryId,currentComicDB) && retries!=0)