mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Fixed Qt4 error.
This commit is contained in:
parent
28c27d8326
commit
725901e97e
1 changed files with 3 additions and 0 deletions
|
@ -243,6 +243,9 @@ protected:
|
|||
#ifdef LC_USE_QOPENGLWIDGET
|
||||
QOpenGLWidget* mWidget = nullptr;
|
||||
QOpenGLContext* mContext = nullptr;
|
||||
#else
|
||||
QGLWidget* mWidget = nullptr;
|
||||
const QGLContext* mContext = nullptr;
|
||||
#endif
|
||||
bool mValid = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue