Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22879

QtCreator refactor utility and c++ noexcept

    XMLWordPrintable

Details

    • Linux/X11

    Description

      When using the refactoring tool : "add the definition in <the .cpp file>"

      (Not quite sure of that translation, I'm using the french version)

      with a function like that one for example :

      // in header
      QMatrix4x4 calculateCameraTransformMatrix() const noexcept;
      

      The produced function in the cpp file will miss the noexcept attribute :

      // in .cpp file
      QMatrix4x4 Scene3D::calculateCameraTransformMatrix() const
      {
          
      }
      

       

       

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            scotthdev Scott
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes