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

Check dptrc() and dptr() usage

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.7.0 FF
    • None
    • Graphs: 3D
    • None
    • 8e141e04c (dev)

      We have some usage of dptrc() and dptr() in the code still. Replace with

      const Q_D(class)
      d->func;
      
      and 
      
      Q_D(class)
      d->func; 

        For Gerrit Dashboard: QTBUG-117995
        # Subject Branch Project Status CR V

            tokorpip Tomi Korpipää
            tokorpip Tomi Korpipää
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes