From 3e1047dd1fcf8730449fb4786d10cc01cc6cd46d Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 24 Oct 2018 22:14:36 +0200 Subject: [PATCH] Remove unused check --- autotests/foldertreewidgettest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/autotests/foldertreewidgettest.cpp b/autotests/foldertreewidgettest.cpp index b0ee287..beda229 100644 --- a/autotests/foldertreewidgettest.cpp +++ b/autotests/foldertreewidgettest.cpp @@ -184,9 +184,6 @@ private Q_SLOTS: void testMoveFolder() { -#if QT_VERSION < QT_VERSION_CHECK(5, 8, 1) - QSKIP("This test requires fixes in QSFPM, QIPM (which were made in Qt 5.8.1)"); -#endif // Given a source folder with 2 levels of parents (res1/sub1/sub2) const QStringList folderNames = collectNames(mCollectionModel); const QModelIndex res1Index = mCollectionModel->index(folderNames.indexOf("res1"), 0, QModelIndex());