From eba5128f66718d33d48a98ae385b5c44569bc70e Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 19 Oct 2012 18:05:01 +0200 Subject: All QWindow properties that have "window" in them have been renamed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Depends on patch Ie4424ec15fbdef6b29b137f90a2ae33f173edd21 in qtbase. Change-Id: I9614cc2c7ed119c663b3f6f99267483e291e529c Reviewed-by: Samuel Rødal --- tests/auto/quick/qquickapplication/tst_qquickapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/quick/qquickapplication') diff --git a/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp b/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp index 7c07a16d51..6fc68101e5 100644 --- a/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp +++ b/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp @@ -89,7 +89,7 @@ void tst_qquickapplication::active() // active window.show(); - window.requestActivateWindow(); + window.requestActivate(); QTest::qWaitForWindowActive(&window); QVERIFY(QGuiApplication::focusWindow() == &window); QVERIFY(item->property("active").toBool()); -- cgit v1.2.3