gloperate icon indicating copy to clipboard operation
gloperate copied to clipboard

Remove dependency on deprecated QtOpenGL module

Open j-o opened this issue 7 years ago • 1 comments

From http://doc.qt.io/qt-5/qglwidget.html:

This class is obsolete. It is provided to keep old source code working.
We strongly advise against using it in new code.

It is only need for QGLWidget::convertToGLFormat, which boils down to a vertical mirror and channel flipping from BGRA to RGBA.

j-o avatar Jan 22 '18 10:01 j-o

Sure, if someone likes to provide an implementation for that, so that we can remove this dependency, please go ahead :)

sbusch42 avatar Jan 24 '18 12:01 sbusch42