[umbrello] [Bug 392777] New: c++ import does not recognize const methods
Ralf Habacker
bugzilla_noreply at kde.org
Thu Apr 5 20:31:26 UTC 2018
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-devel at kde.org
Reporter: ralf.habacker at freenet.de
Target Milestone: ---
How to reproduce:
1. start umbrello
2. Import the following code
class ConstMethodClass {
bool ConstMethod(QString ¶m) 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 the assignee for the bug.
More information about the umbrello-devel
mailing list