(fe4d2974e29db264d4b78dfc663225c5dc79130a)
#include "config.h"
#include "inclusionpolicy.h"
#include "utilities.h"
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/qlatin1stringview.h>
#include <QtCore/qtemporaryfile.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qvariant.h>
#include <QtCore/qregularexpression.h>
Go to the source code of this file.
◆ PUT_CHAR
◆ SET
| #define SET |
( |
| opt, |
|
|
| test ) |
Value:setListFlag(opt, m_parser.isSet(m_parser.test))
◆ SKIP_CHAR
Value:do { \
++i; \
} while (0)
◆ SKIP_SPACES
Value:while (
c.isSpace() && cc !=
'\n') \
SKIP_CHAR()
◆ Q_DECLARE_TYPEINFO()