From 784a877d3cd9a1a75aca9c83146389503a966071 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 10 Jul 2012 10:35:45 +0200 Subject: Move QWindowSystemInterface out of qpa. Public QtTest headers require it, so all unit tests would have to use private Qt headers otherwise, which is not practical. Change-Id: I5d4466ec30b6a57ebdfc34413e716e657eb51368 Reviewed-by: Girish Ramakrishnan --- src/plugins/platforms/xcb/qxcbconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/platforms/xcb/qxcbconnection.h') diff --git a/src/plugins/platforms/xcb/qxcbconnection.h b/src/plugins/platforms/xcb/qxcbconnection.h index 902ff831f9..f2dc2c669d 100644 --- a/src/plugins/platforms/xcb/qxcbconnection.h +++ b/src/plugins/platforms/xcb/qxcbconnection.h @@ -51,7 +51,7 @@ #include #include #include -#include +#include #ifndef QT_NO_TABLETEVENT #include -- cgit v1.2.3