Fix compile.

Fix breakage introduced by
qtbase:dc0b588162951b3412e835d931637d74cb4e98b5,
missing forward declaration of QInputMethodEvent.

Change-Id: I0b659c97b15b651effb589611641e97156e385d3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Friedemann Kleint 2011-11-21 17:02:16 +01:00 committed by Qt by Nokia
parent 56f4015c25
commit af0af6fa1a
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class QSGTexture;
class QQuickCanvasPrivate;
class QOpenGLFramebufferObject;
class QDeclarativeIncubationController;
class QInputMethodEvent;
class Q_DECLARATIVE_EXPORT QQuickCanvas : public QWindow
{