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

qdrawhelper.cpp duplicate definitions inside enums

    XMLWordPrintable

Details

    • 6e4dc7073a195a73d9002e48dc4e27eb6b354d1e

    Description

      rasterop_solid_SourceAndNotDestination is duplicated in functionForModeSolid_C

      static CompositionFunctionSolid functionForModeSolid_C[] = { 
      .. 
      rasterop_solid_NotSourceAndDestination, 
      rasterop_solid_SourceAndNotDestination, 
      rasterop_solid_SourceAndNotDestination, // duplicated
      rasterop_solid_NotSourceOrDestination, 
      .. 
      

      And also rasterop_SourceAndNotDestination is duplicated in functionForMode_C

      static CompositionFunction functionForMode_C[] = { 
      .. 
      rasterop_NotSourceAndDestination, 
      rasterop_SourceAndNotDestination, 
      rasterop_SourceAndNotDestination, // duplicated
      rasterop_NotSourceOrDestination, 
      .. 
      

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            anylitok Antti Yli-Tokola (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes