mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
updateLibrary should only try to update the library
This commit is contained in:
parent
7249988837
commit
9d8766938b
@ -42,7 +42,9 @@ void LibraryCreator::updateLibrary(const QString &source, const QString &target)
|
||||
{
|
||||
checkModifiedDatesOnUpdate = settings->value(COMPARE_MODIFIED_DATE_ON_LIBRARY_UPDATES, false).toBool();
|
||||
partialUpdate = false;
|
||||
processLibrary(source, target);
|
||||
_source = source;
|
||||
_target = target;
|
||||
_mode = UPDATER;
|
||||
}
|
||||
|
||||
void LibraryCreator::updateFolder(const QString &source, const QString &target, const QString &sourceFolder, const QModelIndex &dest)
|
||||
|
Loading…
Reference in New Issue
Block a user