mirror of
https://github.com/YACReader/yacreader
synced 2025-07-16 20:14:34 -04:00
Detect modified files and update them
The old file is delete, the modified file is inserted and the existing metadata is copied over. The added date is updated to avoid new matches during the update process.
This commit is contained in:
@ -47,6 +47,7 @@ private:
|
||||
qulonglong insertFolders(); // devuelve el id del último folder añadido (último en la ruta)
|
||||
bool checkCover(const QString &hash);
|
||||
void insertComic(const QString &relativePath, const QFileInfo &fileInfo);
|
||||
void replaceComic(const QString &relativePath, const QFileInfo &fileInfo, ComicDB *comic);
|
||||
// qulonglong insertFolder(qulonglong parentId,const Folder & folder);
|
||||
// qulonglong insertComic(const Comic & comic);
|
||||
bool stopRunning;
|
||||
|
Reference in New Issue
Block a user