From: Stephen Kelly Date: Wed, 18 Jul 2012 17:51:33 +0000 (+0200) Subject: Fix include of QWindowSystemInterface. X-Git-Tag: upstream/5.2.1~1402 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5480e6c2875d434a3c2264bc50d58cabdd055468;p=platform%2Fupstream%2Fqtdeclarative.git Fix include of QWindowSystemInterface. Change-Id: I58e2cc04b74f81f3ff5a57f1d86cd5f38f7e4836 Reviewed-by: Stephen Kelly Reviewed-by: Sergio Ahumada --- diff --git a/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp b/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp index 65affa5..3cd389d 100644 --- a/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp +++ b/tests/auto/quick/qquickapplication/tst_qquickapplication.cpp @@ -45,7 +45,7 @@ #include #include #include -#include +#include class tst_qquickapplication : public QObject {