[umbrello] [Bug 392773] New: c++ importer does not recognize inline keyword
Ralf Habacker
bugzilla_noreply at kde.org
Thu Apr 5 19:42:10 UTC 2018
https://bugs.kde.org/show_bug.cgi?id=392773
Bug ID: 392773
Summary: c++ importer does not recognize inline keyword
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 into umbrello
class InlinedMethod {
inline void inlinedMethod() {}
void nonInlinedMethod();
};
3. Open properties for imported methods in class 'InlinedMethod'
What happens ?
There are no information displayed for the 'inline' keyword
What is required ?
The inline keyword should be imported and displayed
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list