mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Small coding improvements
Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
This commit is contained in:
parent
fb21eb55cf
commit
243fcfedb9
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue