┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-08-28 10:32:35 +0200
committerMéven Car <[email protected]>2023-08-28 10:36:37 +0200
commit1318f16fd7b84de79c04eb468d61e1c9b7b52e15 (patch)
tree430c477f6d9229eede00ece60d11b09be3b498cc /src/tests
parenta2e888d9a03add380c113c0f5edff5391e90a358 (diff)
Clean obsolete ifdefs since dolphin requires KF 5.101+
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/kfileitemmodeltest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tests/kfileitemmodeltest.cpp b/src/tests/kfileitemmodeltest.cpp
index 38d2544aa..753960a08 100644
--- a/src/tests/kfileitemmodeltest.cpp
+++ b/src/tests/kfileitemmodeltest.cpp
@@ -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));