From: Friedemann Kleint Date: Mon, 21 Nov 2011 16:02:16 +0000 (+0100) Subject: Fix compile. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=af0af6fa1ad428931c729738a14bdf6fbb910887;p=konrad%2Fqtdeclarative.git Fix compile. Fix breakage introduced by qtbase:dc0b588162951b3412e835d931637d74cb4e98b5, missing forward declaration of QInputMethodEvent. Change-Id: I0b659c97b15b651effb589611641e97156e385d3 Reviewed-by: Friedemann Kleint --- diff --git a/src/declarative/items/qquickcanvas.h b/src/declarative/items/qquickcanvas.h index 847a6fb..a5a9757 100644 --- a/src/declarative/items/qquickcanvas.h +++ b/src/declarative/items/qquickcanvas.h @@ -58,6 +58,7 @@ class QSGTexture; class QQuickCanvasPrivate; class QOpenGLFramebufferObject; class QDeclarativeIncubationController; +class QInputMethodEvent; class Q_DECLARATIVE_EXPORT QQuickCanvas : public QWindow {