From 872f567d530daad7d897767fd56e061d8f4e5f36 Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Fri, 20 Apr 2012 08:21:10 +0200 Subject: Set the window title for the QWindow as well. Change-Id: I2ff20307974c4b6a2a4fb09d09941d0a0dd09d0e Reviewed-by: Friedemann Kleint --- tests/manual/windowgeometry/controllerwidget.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 ; -- cgit v1.2.3