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:
parent
56f4015c25
commit
af0af6fa1a
|
@ -58,6 +58,7 @@ class QSGTexture;
|
|||
class QQuickCanvasPrivate;
|
||||
class QOpenGLFramebufferObject;
|
||||
class QDeclarativeIncubationController;
|
||||
class QInputMethodEvent;
|
||||
|
||||
class Q_DECLARATIVE_EXPORT QQuickCanvas : public QWindow
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue