From fb44d3838a0a35cbc0d23323c614deaac986507f Mon Sep 17 00:00:00 2001 From: Louai Al-Khanji Date: Tue, 16 Sep 2014 09:52:00 +0300 Subject: EGLFS: Do not assume all hooks will want to create a QEGLPlatformCursor Change-Id: I05502c27d697524fb4c4d4ccc3aec0e59589fe24 Reviewed-by: Laszlo Agocs --- src/platformsupport/eglconvenience/qeglplatformcursor_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platformsupport/eglconvenience/qeglplatformcursor_p.h') diff --git a/src/platformsupport/eglconvenience/qeglplatformcursor_p.h b/src/platformsupport/eglconvenience/qeglplatformcursor_p.h index 440bcc40eb..915768eae1 100644 --- a/src/platformsupport/eglconvenience/qeglplatformcursor_p.h +++ b/src/platformsupport/eglconvenience/qeglplatformcursor_p.h @@ -89,6 +89,7 @@ private: class QEGLPlatformCursor : public QPlatformCursor, protected QOpenGLFunctions { + Q_OBJECT public: QEGLPlatformCursor(QPlatformScreen *screen); ~QEGLPlatformCursor(); -- cgit v1.2.3