Bug 302539 - c++ parsing problem
Summary: c++ parsing problem
Status: RESOLVED DUPLICATE of bug 303137
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 23:18 UTC by Ralf Habacker
Modified: 2014-01-21 21:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2012-06-25 23:18:47 UTC
When importing qxmlstream.h from qt 4.6.3 umbrello creates wrong class names

Reproducible: Always

Steps to Reproduce:
1.run umbrello 
2. import /usr/include/qxmlstream.h

Actual Results:  
a class named Q_CORE_EXPORTQXmlStreamAttribute is created 

Expected Results:  
the class should be named QXmlStreamAttribute
Comment 1 Ralf Habacker 2012-06-25 23:31:56 UTC
importing /usr/include/wchar.h let umbrello also hang because of not supported hex digit escaping sequences

387:: { return (__builtin_constant_p (__c) && __c >= '\0' && __c <= '\x7f'
	  ? (wint_t) __c : __btowc_alias (__c)); }
Comment 2 Ralf Habacker 2013-04-29 05:16:50 UTC
bug is still present in 2.10.2
Comment 3 Ralf Habacker 2014-01-21 21:57:15 UTC

*** This bug has been marked as a duplicate of bug 303137 ***