Skip to content

Fix QT_NO_OPENGL build after 66c5bb0e

Jessica Clarke requested to merge jrtc/kdeclarative:fix-no-opengl into master

QOpenGLContext is an incomplete type for QT_NO_OPENGL builds so, whilst references and pointers are fine, they cannot be dereferenced (implict in the case of references), nor can automatic storage variables be declared.

Merge request reports