mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
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:
parent
23823725ac
commit
82cfdfdf30
@ -1682,7 +1682,6 @@ void MainWindowViewer::decreasePageZoomLevel()
|
|||||||
void MainWindowViewer::sendComic()
|
void MainWindowViewer::sendComic()
|
||||||
{
|
{
|
||||||
YACReaderLocalClient * client = new YACReaderLocalClient;
|
YACReaderLocalClient * client = new YACReaderLocalClient;
|
||||||
currentComicDB.info.hasBeenOpened = true;
|
|
||||||
currentComicDB.info.lastTimeOpened = QDateTime::currentSecsSinceEpoch();
|
currentComicDB.info.lastTimeOpened = QDateTime::currentSecsSinceEpoch();
|
||||||
viewer->updateComic(currentComicDB);
|
viewer->updateComic(currentComicDB);
|
||||||
int retries = 1;
|
int retries = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user