vfs: Update outdated comment

This commit is contained in:
Christian Kamm 2018-11-15 10:16:25 +01:00 committed by Kevin Ottens
parent d7ad7854c1
commit 4e40b635da
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -69,7 +69,7 @@ bool VfsSuffix::updateMetadata(const QString &filePath, time_t modtime, quint64,
void VfsSuffix::createPlaceholder(const QString &syncFolder, const SyncFileItemPtr &item)
{
// NOTE: Other places might depend on contents of placeholder files (like csync_update)
// The concrete shape of the placeholder is also used in isDehydratedPlaceholder() below
QString fn = syncFolder + item->_file;
QFile file(fn);
file.open(QFile::ReadWrite | QFile::Truncate);