mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Check the file size when updating and only compare the dates if it's enabled
This commit is contained in:
@ -56,6 +56,7 @@ private:
|
||||
bool partialUpdate;
|
||||
QModelIndex folderDestinationModelIndex;
|
||||
QSettings *settings;
|
||||
bool checkModifiedDatesOnUpdate;
|
||||
|
||||
signals:
|
||||
void finished();
|
||||
|
Reference in New Issue
Block a user