Add explicit default constructor for QEglFSContext

Fixes Integrity compiler issue where it cannot find implicitly defined

Change-Id: I126333dd4b02b9b653b8e1ac5da07679b343c91f
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Reviewed-by: Kimmo Ollila <kimmo.ollila@qt.io>
bb10
Janne Koskinen 2021-05-26 13:53:07 +03:00
parent 606d72da17
commit b2e053072d
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class Q_EGLFS_EXPORT QEglFSContext : public QEGLPlatformContext
{
public:
using QEGLPlatformContext::QEGLPlatformContext;
QEglFSContext() = default; // workaround for INTEGRITY compiler
QEglFSContext(const QSurfaceFormat &format, QPlatformOpenGLContext *share, EGLDisplay display,
EGLConfig *config);
EGLSurface eglSurfaceForPlatformSurface(QPlatformSurface *surface) override;