mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Small coding improvements
Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
This commit is contained in:
parent
fb21eb55cf
commit
243fcfedb9
@ -618,8 +618,9 @@ void Folder::slotWatchedPathChanged(const QString &path, ChangeReason reason)
|
||||
spurious = false;
|
||||
if (*pinState == PinState::OnlineOnly && record.isFile())
|
||||
spurious = false;
|
||||
} else
|
||||
} else {
|
||||
spurious = false;
|
||||
}
|
||||
}
|
||||
if (spurious) {
|
||||
qCInfo(lcFolder) << "Ignoring spurious notification for file" << relativePath;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user