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
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)); }
bug is still present in 2.10.2
*** This bug has been marked as a duplicate of bug 303137 ***