[umbrello] [Bug 392984] New: c++ importer does not recognize 'explicit' keyword

Ralf Habacker bugzilla_noreply at kde.org
Tue Apr 10 22:36:21 UTC 2018


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

            Bug ID: 392984
           Summary: c++ importer does not recognize 'explicit' keyword
           Product: umbrello
           Version: 2.24.3 (KDE Applications 17.12.3)
          Platform: Other
                OS: MS Windows
            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 ExplicitConstructorClass {
    explicit ExplicitConstructorClass(QString &param);
};

3. Open properties for imported methods in class 'ExplicitConstructorClass'

What happens ?
There are no information displayed for the 'explicit' keyword

What is required ?
The 'explicit' 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