qtutilities/misc/undefxmlparsermacros.h

25 lines
402 B
C
Raw Permalink Normal View History

/*!
* \file undefxmlparsermacros.h
* \brief Undefines macros to utilize XML parsing using QXmlStreamReader.
* \sa For an example, see dbquery.cpp of the tageditor project.
*/
#ifdef iftag
2017-05-01 03:16:25 +02:00
#undef iftag
#endif
#ifdef eliftag
2017-05-01 03:16:25 +02:00
#undef eliftag
#endif
#ifdef else_skip
2017-05-01 03:16:25 +02:00
#undef else_skip
#endif
#ifdef children
2017-05-01 03:16:25 +02:00
#undef children
#endif
#ifdef text
2017-05-01 03:16:25 +02:00
#undef text
#endif
#ifdef attribute
2017-05-01 03:16:25 +02:00
#undef attribute
#endif