From 82cfdfdf30999a7fbd1fd5d0378753da611551a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 20 May 2018 14:43:19 +0200 Subject: [PATCH] YACReader should be dummy about has been opened. It should only send back information, hasBeenOpened will be set in YACReaderLibrary depending on various factors. --- YACReader/main_window_viewer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/YACReader/main_window_viewer.cpp b/YACReader/main_window_viewer.cpp index 07e75f17..f9aecd0a 100644 --- a/YACReader/main_window_viewer.cpp +++ b/YACReader/main_window_viewer.cpp @@ -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;