From 3a8706734819fdb986458063a1b18b9139edb6b7 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Tue, 19 Jan 2021 14:28:04 +0100 Subject: [PATCH] Cleanup --- test/testsyncengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testsyncengine.cpp b/test/testsyncengine.cpp index d24160659..0d3ffeb40 100644 --- a/test/testsyncengine.cpp +++ b/test/testsyncengine.cpp @@ -336,7 +336,7 @@ private slots: }); // For directly editing the remote checksum - auto &remoteInfo = dynamic_cast(fakeFolder.remoteModifier()); + auto &remoteInfo = fakeFolder.remoteModifier(); // Base mtime with no ms content (filesystem is seconds only) auto mtime = QDateTime::currentDateTimeUtc().addDays(-4);