[umbrello-devel] [umbrello] [Bug 330296] New: c++ import parse error on hex values

Ralf Habacker ralf.habacker at freenet.de
Wed Jan 22 18:06:00 UTC 2014


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

            Bug ID: 330296
           Summary: c++ import parse error on hex values
    Classification: Unclassified
           Product: umbrello
           Version: unspecified
          Platform: unspecified
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: umbrello-devel at kde.org
          Reporter: ralf.habacker at freenet.de

Importing the following code fails to add the enum values. 

class Corner
{
public:
    enum Enum {
        TopLeft     = 0x1,
        TopRight    = 0x2,
        BottomRight = 0x4,
        BottomLeft  = 0x8
    };
};


Reproducible: Always

Steps to Reproduce:
1. open umbrello
2. umbrello file with the mentioned c++ code
Actual Results:  
The enum do not have any values.

Expected Results:  
The enum values should be added

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list