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);