Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-25075

Qt 5 to-do in Qt OpenGL

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • 5.0.0 Beta 1
    • None
    • GUI: OpenGL
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              rodal Samuel Rødal
              jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes