mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 23:27:38 +03:00
Fixing something CI failed at
This commit is contained in:
parent
38de053266
commit
d75d911c1b
@ -36,6 +36,9 @@ class KOReaderSyncActivity final : public ActivityWithSubactivity {
|
|||||||
currentSpineIndex(currentSpineIndex),
|
currentSpineIndex(currentSpineIndex),
|
||||||
currentPage(currentPage),
|
currentPage(currentPage),
|
||||||
totalPagesInSpine(totalPagesInSpine),
|
totalPagesInSpine(totalPagesInSpine),
|
||||||
|
remoteProgress{},
|
||||||
|
remotePosition{},
|
||||||
|
localProgress{},
|
||||||
onCancel(std::move(onCancel)),
|
onCancel(std::move(onCancel)),
|
||||||
onSyncComplete(std::move(onSyncComplete)) {}
|
onSyncComplete(std::move(onSyncComplete)) {}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user