diff --git a/tests/manual/windowgeometry/controllerwidget.cpp b/tests/manual/windowgeometry/controllerwidget.cpp index fe986dcd048..bf0697a753d 100644 --- a/tests/manual/windowgeometry/controllerwidget.cpp +++ b/tests/manual/windowgeometry/controllerwidget.cpp @@ -331,6 +331,7 @@ ControllerWidget::ControllerWidget(QWidget *parent) m_testWindow->setFramePos(QPoint(x, y)); m_testWindow->resize(200, 200); m_testWindow->show(); + m_testWindow->setWindowTitle(tr("TestWindow")); #endif QWidget *central = new QWidget ;