From b2e053072dc96c59613e1fb765b4506a167785e8 Mon Sep 17 00:00:00 2001 From: Janne Koskinen Date: Wed, 26 May 2021 13:53:07 +0300 Subject: Add explicit default constructor for QEglFSContext Fixes Integrity compiler issue where it cannot find implicitly defined Change-Id: I126333dd4b02b9b653b8e1ac5da07679b343c91f Reviewed-by: Laszlo Agocs Reviewed-by: Kimmo Ollila --- src/plugins/platforms/eglfs/api/qeglfscontext_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins') diff --git a/src/plugins/platforms/eglfs/api/qeglfscontext_p.h b/src/plugins/platforms/eglfs/api/qeglfscontext_p.h index 2cea72fb03..15ceb5c34b 100644 --- a/src/plugins/platforms/eglfs/api/qeglfscontext_p.h +++ b/src/plugins/platforms/eglfs/api/qeglfscontext_p.h @@ -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; -- cgit v1.2.3