Hannah von Reth 5 年之前
父节点
当前提交
3a87067348
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/testsyncengine.cpp

+ 1 - 1
test/testsyncengine.cpp

@@ -336,7 +336,7 @@ private slots:
         });
 
         // 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)
         auto mtime = QDateTime::currentDateTimeUtc().addDays(-4);