This commit is contained in:
Hannah von Reth 2021-01-19 14:28:04 +01:00 committed by Matthieu Gallien
parent 557b11aca7
commit 3a87067348

View file

@ -336,7 +336,7 @@ private slots:
}); });
// For directly editing the remote checksum // For directly editing the remote checksum
auto &remoteInfo = dynamic_cast<FileInfo &>(fakeFolder.remoteModifier()); auto &remoteInfo = fakeFolder.remoteModifier();
// Base mtime with no ms content (filesystem is seconds only) // Base mtime with no ms content (filesystem is seconds only)
auto mtime = QDateTime::currentDateTimeUtc().addDays(-4); auto mtime = QDateTime::currentDateTimeUtc().addDays(-4);