https://bugs.kde.org/show_bug.cgi?id=392777

            Bug ID: 392777
           Summary: c++ import does not recognize const methods
           Product: umbrello
           Version: 2.24.3 (KDE Applications 17.12.3)
          Platform: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: importer
          Assignee: umbrello-de...@kde.org
          Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

How to reproduce:
1. start umbrello
2. Import the following code
class ConstMethodClass {
    bool ConstMethod(QString &param) const;
};
3. Open properties for imported method 'ConstMethod' 

What happens ?
The checkbox indicating that the method is const is not checked

What is required ?
The 'const' keyword should be imported

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to