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 mgallien committed Aug 21, 2023
1 parent 9269b32 commit 7565175
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 7565175

Please sign in to comment.