tst_QDateTimeEdit::tabKeyNavigationWithPrefix remove setActiveWindow()
2f6fe3a268 has made calls to
QApplicationPrivate::setActiveWindow() redundant.
Remove redundant calls.
Task-number: QTBUG-121488
Change-Id: I1bda28255f1c8939ef1796aaf80821009c01cee0
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
bb10
parent
5711aaa017
commit
a6b2ef579d
|
|
@ -1032,7 +1032,6 @@ void tst_QDateTimeEdit::tabKeyNavigation()
|
|||
|
||||
void tst_QDateTimeEdit::tabKeyNavigationWithPrefix()
|
||||
{
|
||||
QApplicationPrivate::setActiveWindow(testWidget);
|
||||
testWidget->setDate(QDate(2004, 05, 11));
|
||||
testWidget->setDisplayFormat("prefix dd/MM/yyyy");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue