summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tst_QGraphicsProxyWidget::tooltip_basic() remove setActiveWindow()HEADdevFrédéric Lefebvre59 min.1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I842e1c01007cc56e07a27a6e15ff173c4f6aece2 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Use QHttpHeaders: Update internal users of QNRequest, QNReply, QNProxyLena Biliaieva6 hours2-53/+57
| | | | | | | | | | | | | Replace QNetworkHeadersPrivate's main headers storage, which was RawHeadersList, with QHttpHeaders. Replace internal usage of raw and cooked header methods with the QHttpHeaders API. [ChangeLog][QtNetwork][QNetworkRequest] Header value added by QNetworkRequest::setRawHeader() method is trimmed now. Task-number: QTBUG-107751 Change-Id: I8882978afa430651e6c798a4fed00beef6c4cfd2 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
* tst_QResourceEngine: use both ways of registering dynamic resourcesThiago Macieira19 hours1-2/+15
| | | | | | | | | So we test both the mmap()ed and non-mmap()ed versions. Will be important in the next commit. Change-Id: I6979d02a7395405cbf23fffd17c98f0e207477e6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
* QVersionNumber: use new comparison helper macrosTatiana Borisova20 hours2-154/+78
| | | | | | | | | | Replace public friend operators operator==(), operator!=(), operator<(), etc of QVersionNumber to friend methods comparesEqual() / compareThreeWay(). Task-number: QTBUG-120304 Change-Id: Ib94a1a28ca9843ca5d5a8d07f41c63de9fe584bb Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* tst_QTextBrowser::TextBrowser() remove setActiveWindow()Frédéric Lefebvre21 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ia006f35177f3c8b2cb3d7b8c6bbe3f24eb24d934 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QGraphicsProxyWidget::setFocus_simpleWidget remove setActiveWindowFrédéric Lefebvre21 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I3819874c2fdd78d733707a375a849a7876a30d9d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Break out timezone data from cldr2qtimezone.pyEdward Welbourne22 hours1-1/+1
| | | | | | | | | | | This separates the large slabs of data (and their documentation) from the code that mixes them with CLDR-derived data and generates the data we actually use. In the process, put the shorter table before the longer one, to make it less likely that folk shall fail to notice it's even there at all. Change-Id: I8457741911657dac0dad53c2e65b977821bb4e71 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Extend QTest::failOnWarning() to a no-parameter fail-on-any-warningEdward Welbourne22 hours1-1/+1
| | | | | | | | | | | | | | | | | | | | Many users (albeit mostly in qtdeclarative) of failOnWarning() are passing a catch-all regexp, which is only supported when regular expression support is enabled. Make their lives easier and those checks independent of the feature by adding a third overload, taking no parameter, that fails on any (unanticipated) warning. Implementation is trivial - just put a null QVariant in failOnWarningList; it won't match either check on the entry that might exempt a test from failing on a warning, so any warning at all will trigger failure. [ChangeLog][QtTest] QTest::failOnWarning() now has a no-parameter overload to support the common case of fail-on-any-warning, without needing to construct a match-everything regular expression. Change-Id: Ic693f1c8619fd6e495543b85737d566134cf9d20 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* tst_QPushButton::setAccel() remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre24 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ia2c79a0728a3eac5f176668c6eeb82a76b18c4b4 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QTextEdit::inputMethodEvent() remove setActiveWindow()Frédéric Lefebvre24 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I53e5f5c58a7a404c1886edb5c076250388e47ab9 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMetaProperty: expand testing around enums and flagsMårten Nordheim26 hours1-0/+120
| | | | | | | | | | Test more scenarios, like separate namespaces, free enums, etc. And test that the enumerator() function returns a valid QMetaEnum when expected. Change-Id: Ie4fa816ffb66d6b6e1b4c7c50674c31eddbd642e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* tst_QToolButton::task176137_autoRepeatOfAction remove setActiveWindow()Frédéric Lefebvre26 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I233fe1a3dbd3e8ab149f939ebeaaffb5abed4f43 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Fix test compilation issues with QtLite configurationJari Helaakoski26 hours40-57/+304
| | | | | | | | | | Now developer build tests compile, but some are not working. Functional fix will come later via separate tasks. Task-number: QTBUG-122999 Change-Id: I70487b46c1b32ba4279cb02a4978e4f55ac0d310 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* tst_QGroupBox::propagateFocus() remove setActiveWindow()Frédéric Lefebvre26 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I2bcad29de4bcbb90a1e891a2f39db966288abdb1 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* taskQTBUG_5008_textFromValueAndValidate() remove setActiveWindow()Frédéric Lefebvre26 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I472e5648f9ea7ba699477d44b2a67500af371410 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QStackedLayout::keepFocusAfterSetCurrent() remove setActiveWindow()Frédéric Lefebvre26 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Iaf1e79193f0f7013d02d91930cc408af5b0f8e1d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QStackedWidget::dynamicPages() remove setActiveWindow()Frédéric Lefebvre26 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: If6d2bbde186d21662bf9a72b0b03152317724f01 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* wasm: Enable qstandardpaths testEven Oscar Andersen26 hours2-1/+8
| | | | | | | Also log if the entries does not exist in the filesystem Change-Id: Id7d4dec1610af13869e645cf96b5bf6a1e26b956 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* QRegularExpression: use modernize comparisonsTatiana Borisova26 hours2-24/+18
| | | | | | | | | | | | | Replace class operators operator==(), operator!=() of QRegularExpression to friend method comparesEqual() and Q_DECLARE_EQUALITY_COMPARABLE macro. Use QT_CORE_REMOVED_SINCE and removed_api.cpp to get rid of current comparison methods and replace them with a friend. Task-number: QTBUG-120304 Change-Id: Ib6fc83d29ad9bc710c2fdf32a3d60131fbf298b6 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* tst_QGraphicsProxyWidget::actionsContextMenu() remove setActiveWindow()Frédéric Lefebvre31 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ib33b6d750a409e5a374fcbb42dbba646582be8a7 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* taskQTBUG_5008_textFromValueAndValidate() remove setActiveWindow()Frédéric Lefebvre31 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ifec63ae2fcacdc37096e55f096def8c90a7b75ab Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QSpinBox::specialValue remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre31 hours1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ifea4bfa00cee9c4b15bc8ca7659d5f23d66c87d4 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* setFocus_simpleTwoWidgets() remove setActiveWindow()Frédéric Lefebvre4 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I5161f63321d586e72787eee5101329746f03dde1 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Add QDebug support to QHttpPartMate Barany4 days1-0/+56
| | | | | | | | | | | | | | | | | | As part of QTBUG-114647 we are planning to introduce a deduction mechanism that could deduce the contentType header and the contentDisposition headers based on the arguments (and the MIME database). In case of non-trivial types this deduction may give the wrong result and without QDebug support it might be a bit tedious to check. The debug output displays some information about the body device if one is attached, otherwise it displays the size of the body. Task-number: QTBUG-114647 Change-Id: Ia693b078ff5b9f8ea57fbf3c385edaec47886ff1 Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* tst_QApplication::alert() remove QApplicationPrivate::setActiveWindow()Frédéric Lefebvre4 days1-2/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I208ad97d7b56ded15908b96ad03779db849ef6a9 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Correct SPDX license tagLucie Gérard4 days1-1/+1
| | | | | | | Task-number: QTBUG-124453 Change-Id: I75622ead8bdc42181df0c359260e09859aaf95db Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Add copyright and licensing to .glsl missing themLucie Gérard4 days2-0/+4
| | | | | | Task-number: QTBUG-124453 Change-Id: Ib0923de6e33eb0a698c6cd44583a0a860c5c468c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* bypassGraphicsProxyWidget() remove setActiveWindow()Frédéric Lefebvre4 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I0a657c9aaac4684566edd212a510c7c9016117a2 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Add copyright and licensing to tools and utils files missing itLucie Gérard4 days2-0/+4
| | | | | | Task-number: QTBUG-124453 Change-Id: I7645bcd7a7559425659bc522530a25977d7b5c82 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* ptests: Skip qlocalsocket when running as root on LinuxAri Parkkila4 days1-0/+3
| | | | | | | | | On Linux root user has access rights to all files so it makes no sense to verify socket file permissions. Task-number: QTBUG-118680 Change-Id: I94a95e80c311f8d5cd6c799b1a76ffaaab7d9167 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* ptests: Fix qlogging to use relative folderAri Parkkila4 days2-4/+1
| | | | | | | | | | Run qlogging_helper at relative working directory because CMAKE_CURRENT_BINARY_DIR is not valid when test is run after installed from package to target. Task-number: QTBUG-118680 Change-Id: Ifd46d05562006ad4adf17517fae30ca5c63bc157 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* tst_QResourceEngine: move the resource path to the end in the row labelThiago Macieira5 days1-24/+24
| | | | | | | | | Otherwise, it's impossible to select those rows in the command-line, because they start with a colon. Change-Id: I6979d02a7395405cbf23fffd17c98f455a4cbdaa Reviewed-by: Ahmad Samir <a.samirh78@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
* QResource: obey the MapPrivateOption option to provide RW memoryThiago Macieira5 days2-4/+25
| | | | | | | | | | | | | | | | | | | | | The documentation says: The mapping will have the same open mode as the file (read and/or write), except when using MapPrivateOption, in which case it is always possible to write to the mapped memory. So obey it. This may cause high memory use by copying data we already have. This may be important because applications may want to memory-map resources which they intentionally didn't compress because those resources are large. Later commits will implement some workarounds. Fixes: QTBUG-124608 Pick-to: 6.7 6.6 6.5 Change-Id: I6979d02a7395405cbf23fffd17c8f03baf0ec00d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* QRestReply: allow comments where white-space is allowedMarc Mutz5 days1-1/+1
| | | | | | | | | | | | | This is RFC2822 grammar (except that line folding is not allowed). RFC9110 doesn't allow it anymore, but it might make sense to accept it nonetheless (Postel's Law). Pick-to: 6.7 Task-number: QTBUG-123544 Change-Id: Ie990cd332c7603dbdae29c19b2804bd33a058ca0 Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
* Add QHttpHeaders methods to QNetworkCacheMetaDataLena Biliaieva5 days1-1/+50
| | | | | | | | | | | [ChangeLog][QtNetwork][QNetworkCacheMetaData] Added headers() and setHeaders() methods to QNetworkCacheMetaData to provide an interface to work with QHttpHeaders. Task-number: QTBUG-107751 Change-Id: I1dfed5c2e03f4912de0da96156425cd6b713c1d5 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
* Fix crash in QMainWindow:.tabifiedDockWidgets()Axel Spoerl5 days1-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | QMainWindow:.tabifiedDockWidgets() was refactored in Qt 6.6.3, because it returned wrong values. It now loops from 0 to QMainWindowTabBar::count() and uses QMainWindowTabBar::dockAt(), to get the dock widget pointer for an index. When a dock widget is removed from a floating tab, event processing is necessary for the item_list and QMainWindowTabBar::count() to get in sync. This case was overlooked in the refactoring. It can lead to dockAt() being called with an out-of-bounds index, which it asserted. The assertion triggered, when QMainWindow::removeDockWidget() and QMainWindow::tabifiedDockWidgets() were called right after each other, without processing events inbetween. QMainWindowTabBar::dockWidgets() doesn't add nullptr to the list, it returns. Therefore, return nullptr, when dockAt() is called out-of-bounds. Add test functionality in tst_QDockWidget::updateTabBarOnVisibilityChanged(). Fixes: QTBUG-124262 Pick-to: 6.7 6.5 Change-Id: If66084b9f00b4e39f7a620da68df67c735029cf1 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Android: skip tst_android::orientationChange() for Android 9Assam Boudjelthia5 days1-0/+3
| | | | | | | | | Android 9 emulator seems quite buggy with sending the orientation changes callbacks. Task-number: QTBUG-124890 Change-Id: Ifb52d2eea4221d1759a04ca1d7e74e60620a3804 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* tst_QToolBar::accel() remove QApplicationPrivate::setActiveWindow()Frédéric Lefebvre5 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ic729e2675a6a51531b4ee055d2d0b84866331b28 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* setFocus_complexTwoWidgets() remove setActiveWindow()Frédéric Lefebvre5 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I362ddbc98f864b5bae37d6e98dc5d9a3144848b5 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* QLocale: use new comparison helper macrosTatiana Borisova6 days2-4/+35
| | | | | | | | | | Replace public friend operators operator==(), operator!=() of QLocale to friend method comparesEqual() and Q_DECLARE_EQUALITY_COMPARABLE macro. Task-number: QTBUG-120304 Change-Id: I759ef08269abe3b40e0dce3fd408a86cc3f34857 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* Replace incorrect Metal config check in nativewindow.hTor Arne Vestbø6 days1-2/+2
| | | | | Change-Id: I6d3718d45e55864169cd41694b0cdf16e9bf8f44 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
* Improve default style of QTextTableCarl Schwan7 days1-14/+14
| | | | | | | | | | Collapse the border and add some padding for the table cells. [ChangeLog][QtGui][Text] QTextTableFormat now defaults to collapsed tables with no spacing between cells. Change-Id: Ibebc92820447bd5fd9c0b905261dc4426b74358c Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* taskQTBUG11823_crashwithInvisibleActions() remove setActiveWindow()Frédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I1ac84b3166bb17e120b0c38b7d164f2e4e412e6d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMenuBar::task256322_highlight() remove setActiveWindow()Frédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I2cb6b63e1ecdfd1e10d04baf5970236d31781d3e Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMenuBar::check_menuPosition() remove setActiveWindow()Frédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I2e8e1e8b2809937e3f7c1e5362afb037d953c950 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMenuBar::check_shortcutPress() remove setActiveWindow()Frédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I569d6316f3fa7b7131ce3c8448784f0588008a2c Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMenuBar::check_altClosePress() remove setActiveWindow()Frédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I7c949c9d279aea52ee774db65d9cf0033ac60fef Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMenuBar::check_altPress() remove setActiveWindow()Frédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I43e3a097e59f9c14ec2f599b12b707a2fcf98b36 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMenuBar::check_escKey remove QApplicationPrivate::setActiveWindowFrédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: Ib9f5844c79f37f0992076060548c30d80d20e323 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* tst_QMenuBar::taskQTBUG56860_focus() remove setActiveWindow()Frédéric Lefebvre7 days1-1/+0
| | | | | | | | | | | 2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 as made calls to QApplicationPrivate::setActiveWindow() redundant. Remove redundant calls. Task-number: QTBUG-121488 Change-Id: I96178f118ab5d60d23047a01c884a9cddcf213d5 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>