From 66e09911dc07f3d7774342de935bb37d37fba402 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 31 Oct 2022 11:19:31 +0100 Subject: [PATCH] 5.15.7 --- qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch | 43 -------------------- 1 file changed, 43 deletions(-) diff --git a/qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch b/qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch index e04dd9f..be22aed 100644 --- a/qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch +++ b/qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch @@ -44,46 +44,3 @@ index 2b4ca9e2..f2feba2a 100644 if (d->hData.maxExtentDirty) { d->maxExtent = d->maxExtentForAxis(d->hData, true); -diff --git a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp -index a7aefbe4..afe5c5ac 100644 ---- a/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp -+++ b/tests/auto/quick/qquicklistview/tst_qquicklistview.cpp -@@ -73,6 +73,8 @@ public: - tst_QQuickListView(); - - private slots: -+ // WARNING: please add new tests to tst_qquicklistview2; this file is too slow to work with. -+ - void init(); - void cleanupTestCase(); - // Test QAbstractItemModel model types -@@ -300,6 +302,8 @@ private slots: - void clickHeaderAndFooterWhenClip(); - void animatedDelegate(); - -+ // WARNING: please add new tests to tst_qquicklistview2; this file is too slow to work with. -+ - private: - template void items(const QUrl &source); - template void changed(const QUrl &source); -@@ -10109,6 +10113,8 @@ void tst_QQuickListView::animatedDelegate() - } - } - -+// WARNING: please add new tests to tst_qquicklistview2; this file is too slow to work with. -+ - QTEST_MAIN(tst_QQuickListView) - - #include "tst_qquicklistview.moc" -diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro -index 45bcf8a9..00f7d64d 100644 ---- a/tests/auto/quick/quick.pro -+++ b/tests/auto/quick/quick.pro -@@ -67,6 +67,7 @@ QUICKTESTS += \ - qquickitem2 \ - qquickitemlayer \ - qquicklistview \ -+ qquicklistview2 \ - qquicktableview \ - qquickloader \ - qquickmousearea \