]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/kfileitemmodeltest.cpp
Clean obsolete ifdefs since dolphin requires KF 5.101+
[dolphin.git] / src / tests / kfileitemmodeltest.cpp
index 38d2544aafa9434ad5a61955c154979a99dd0fc6..753960a08d6f8b0e0b42b4decec0d5639eb3a27f 100644 (file)
@@ -2479,9 +2479,6 @@ void KFileItemModelTest::testInsertAfterExpand()
 
     // Insert additional files into "a/b/"
     m_testDir->createFile("a/b/2");
-#if KIO_VERSION < QT_VERSION_CHECK(5, 92, 0)
-    QEXPECT_FAIL("", "Requires new API from frameworks", Abort);
-#endif
 
     QVERIFY(!itemsInsertedSpy.wait(5000));