fix build issue after rebase

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-04-24 12:02:18 +02:00 committed by Matthieu Gallien
parent 5bed41a670
commit 347285b5b3

View file

@ -630,7 +630,7 @@ void Folder::slotWatchedPathChanged(const QStringView &path, const ChangeReason
} else {
spurious = false;
}
if (spurious && !_vfs->isPlaceHolderInSync(path)) {
if (spurious && !_vfs->isPlaceHolderInSync(path.toString())) {
spurious = false;
}
}