summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-04-20 08:21:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-20 10:29:14 +0200
commit872f567d530daad7d897767fd56e061d8f4e5f36 (patch)
tree2c0e7262ab55b9d4982223d45170a3d56d2f02fc /tests
parent1a65fa711af9193ad86e0c6e29dc6a554d6376a1 (diff)
Set the window title for the QWindow as well.
Change-Id: I2ff20307974c4b6a2a4fb09d09941d0a0dd09d0e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests')
-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 ;