Bug 302539

Summary: c++ parsing problem
Product: [Applications] umbrello Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ralf.habacker
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***