Advertisement
tasuku

Untitled

Aug 12th, 2015
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. QMetaType::registerNormalizedType:1102 - QMetaType::registerType: Binary compatibility break.
  2. Type flags for type 'QtMetaTypePrivate::QSequentialIterableImpl' [1029] don't match. Previously registered TypeFlags(0x107), now registering TypeFlags(0x103). This is an ODR break, which means that your application depends on a C++ undefined behavior.
  3. Hint:
  4. It seems that the type was registered at least twice in a different translation units, but Q_DECLARE_TYPEINFO is not visible from all the translations unit or different flags were used.Remember that Q_DECLARE_TYPEINFO should be declared before QMetaType registration, preferably it should be placed just after the type declaration and before Q_DECLARE_METATYPE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement