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

When a member variable begins with a 'm' and then some upper case it will not generate a getter correctly when refactoring

    XMLWordPrintable

Details

    Description

      When a member variable begins with a 'm' and then some upper case it will not generate a getter correctly when refactoring. For example:

      QWidget *mABCTest;
      

      will generate:

      QWidget *aBCTest() const;
      

      and not:

      QWidget *getABCTest() const;
      

      as expected.

      Attachments

        Activity

          People

            kosjar Nikolai Kosjar
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: