Reviewing merge request #4: Fixing a infinite Loop when declaring Metatypes
For some Types qtscriptgenerator manually expands
the Q_DECLARE_METATYPE value. But it calls the wrong
qDeclareMetaType function overload. This will run into a infinite
loop and causes a stack overflow
Commits that would be merged:
Version 2
- 8b191fb
- 640ca73
- 6702cab
- 8e4abfe
- ecdebe1
expansion of Q_DECLARE_METATYPE causes a infinite loop because the wrong overload of qRegisterMetaType is used
Expansion of Q_DECLARE_METATYPE causes a infinite loop
Fixing a infinite Loop when declaring Metatypes, fixing issues for merge request
Fixing issues pointed out by khansen
Showing
8b191fb-640ca73

Add a new comment:
Login or create an account to post a comment