mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 08:45:25 +08:00
6.5.3 clean
This commit is contained in:
@ -2476,7 +2476,8 @@ void tst_QGraphicsProxyWidget::tooltip_basic()
|
||||
|
||||
bool foundView = false;
|
||||
bool foundTipLabel = false;
|
||||
foreach (QWidget *widget, QApplication::topLevelWidgets()) {
|
||||
const auto widgets = QApplication::topLevelWidgets();
|
||||
for (QWidget *widget : widgets) {
|
||||
if (widget == &view)
|
||||
foundView = true;
|
||||
if (widget->inherits("QTipLabel"))
|
||||
|
Reference in New Issue
Block a user