┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/kfileitemmodeltest.cpp
diff options
context:
space:
mode:
authorJakob Petsovits <[email protected]>2023-05-12 16:56:36 -0400
committerJakob Petsovits <[email protected]>2023-05-12 16:56:36 -0400
commit1b0caf69a845d0a68c3d8d1a6bdf98568a673501 (patch)
treec67f1558a531f4f5f3358320d52b1436c35af85a /src/tests/kfileitemmodeltest.cpp
parentac1f8131f9defa2e949804dc621f082b069c0e4b (diff)
Remove deprecated, ifdef'd code for old KIO versions
Diffstat (limited to 'src/tests/kfileitemmodeltest.cpp')
-rw-r--r--src/tests/kfileitemmodeltest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tests/kfileitemmodeltest.cpp b/src/tests/kfileitemmodeltest.cpp
index 38d2544aa..16189a0fc 100644
--- a/src/tests/kfileitemmodeltest.cpp
+++ b/src/tests/kfileitemmodeltest.cpp
@@ -14,7 +14,6 @@
#include <KDirLister>
#include <kio/job.h>
-#include <kio_version.h>
#include "kitemviews/kfileitemmodel.h"
#include "testdir.h"
@@ -2479,9 +2478,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));