qt.cfg: Added support for more unknownMacros, found by daca@home
This commit is contained in:
parent
5eb718f9b4
commit
3346bf70a5
|
@ -5082,6 +5082,9 @@
|
|||
<define name="QTRY_VERIFY_WITH_TIMEOUT(condition, timeout)" value="(void)(condition)"/>
|
||||
<define name="QTEST_GUILESS_MAIN(testclass)" value=""/>
|
||||
<define name="QTEST_APPLESS_MAIN(testclass)" value=""/>
|
||||
<define name="QTEST_MAIN(testclass)" value=""/>
|
||||
<define name="Q_CONSTRUCTOR_FUNCTION0(AFUNC)" value=""/>
|
||||
<define name="Q_CONSTRUCTOR_FUNCTION(AFUNC)" value=""/>
|
||||
<define name="Q_FOREACH(A,B)" value="for(A:B)"/>
|
||||
<define name="foreach(A,B)" value="for(A:B)"/>
|
||||
<define name="forever" value="for (;;)"/>
|
||||
|
|
Loading…
Reference in New Issue