From 44340565e89d13bcb3eb8d3807b0682c976bdde9 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 May 2012 23:39:03 -0700 Subject: [PATCH] Adapt to _qpa file rename in qtbase. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit qtbase change 36547f4eff44361f7a6acd0cff107c0e47561f93 renamed qpa headers. Change-Id: I903b48d145837557d305366e2eb4eedd0ad32c14 Reviewed-by: Samuel Rødal Reviewed-by: Gunnar Sletta --- src/quick/items/qquickwindowmanager.cpp | 2 +- src/quick/scenegraph/qsgcontext.cpp | 4 ++-- .../qsgshareddistancefieldglyphcache.cpp | 2 +- .../quick/qquickdroparea/tst_qquickdroparea.cpp | 2 +- tests/auto/shared/platforminputcontext.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/quick/items/qquickwindowmanager.cpp b/src/quick/items/qquickwindowmanager.cpp index 9b51bf2..da1f91d 100644 --- a/src/quick/items/qquickwindowmanager.cpp +++ b/src/quick/items/qquickwindowmanager.cpp @@ -49,7 +49,7 @@ #include #include -#include +#include #include diff --git a/src/quick/scenegraph/qsgcontext.cpp b/src/quick/scenegraph/qsgcontext.cpp index da1c8e6..379a81e 100644 --- a/src/quick/scenegraph/qsgcontext.cpp +++ b/src/quick/scenegraph/qsgcontext.cpp @@ -60,9 +60,9 @@ #include #include -#include +#include -#include +#include #include #include diff --git a/src/quick/scenegraph/qsgshareddistancefieldglyphcache.cpp b/src/quick/scenegraph/qsgshareddistancefieldglyphcache.cpp index 536adb0..a204550 100644 --- a/src/quick/scenegraph/qsgshareddistancefieldglyphcache.cpp +++ b/src/quick/scenegraph/qsgshareddistancefieldglyphcache.cpp @@ -50,7 +50,7 @@ #include #include -#include +#include #include diff --git a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp index 38fb02d..8b4b63f 100644 --- a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp +++ b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp @@ -48,7 +48,7 @@ #include #include -#include +#include template static T evaluate(QObject *scope, const QString &expression) { diff --git a/tests/auto/shared/platforminputcontext.h b/tests/auto/shared/platforminputcontext.h index e77cbf3..70b48ab 100644 --- a/tests/auto/shared/platforminputcontext.h +++ b/tests/auto/shared/platforminputcontext.h @@ -39,7 +39,7 @@ ** ****************************************************************************/ -#include +#include #include class PlatformInputContext : public QPlatformInputContext -- 1.7.2.5