Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
592bb3ca5eab21246c3194e18b534defb0fb7022
Description
The private header qtbase/src/opengl/qgl_p.h contains the following Qt 5 to-do comment:
qgl_p.h
// ### make QGLContext a QObject in 5.0 and remove the proxy stuff class Q_OPENGL_EXPORT QGLSignalProxy : public QObject { Q_OBJECT public: void emitAboutToDestroyContext(const QGLContext *context) { emit aboutToDestroyContext(context); } static QGLSignalProxy *instance(); Q_SIGNALS: void aboutToDestroyContext(const QGLContext *context); };
If this can be done without breaking source-compatibility it should be done for Qt 5.0.0. If not, the comment should be removed or changed to a Qt 6 to-do.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed