Closed devnexen closed 3 years ago
Looks ok, but what's the story behind this? How is OpenGL related?
No real idea but this is when I disabled the gl functions the build issues occured.
No real idea but this is when I disabled the gl functions the build issues occured.
Ok, I was able to reproduce that. Let me check..
To me it seemed like #include <QVariant>
was missing from database.cpp and it probably was implicitly pulled by QOpenGLFunctions. I fixed this in 8af0bfe0c5598f0a7aeda256e5de97b192362cde. Please check if this fixes the issue also for you :)
it does, thx
SQL requests parameters binding accept qvariant and children only.