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;