YACReader should be dummy about has been opened.

It should only send back information, hasBeenOpened will be set in YACReaderLibrary depending on various factors.
This commit is contained in:
Luis Ángel San Martín 2018-05-20 14:43:19 +02:00
parent 23823725ac
commit 82cfdfdf30

View File

@ -1682,7 +1682,6 @@ void MainWindowViewer::decreasePageZoomLevel()
void MainWindowViewer::sendComic()
{
YACReaderLocalClient * client = new YACReaderLocalClient;
currentComicDB.info.hasBeenOpened = true;
currentComicDB.info.lastTimeOpened = QDateTime::currentSecsSinceEpoch();
viewer->updateComic(currentComicDB);
int retries = 1;