Hannah von Reth il y a 5 ans
Parent
commit
3a87067348
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);