mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
vfs: Update outdated comment
This commit is contained in:
parent
d7ad7854c1
commit
4e40b635da
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue