summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/manual/windowgeometry/controllerwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/windowgeometry/controllerwidget.cpp b/tests/manual/windowgeometry/controllerwidget.cpp
index fe986dcd04..bf0697a753 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 ;