Skip to content

Commit

Permalink
Small coding improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Dries Mys <[email protected]>
  • Loading branch information
m7913d authored and backportbot-nextcloud[bot] committed Jul 26, 2023
1 parent 412b3c3 commit d521fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/folder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d521fdf

Please sign in to comment.