#include <qcompilerdetection.h>
#include <QCoreApplication>
#include <QString>
#include <QTemporaryFile>
#include <QtGlobal>
#include "vdomdocument.h"
Go to the source code of this file.
Classes | |
class | VAbstractConverter |
Macros | |
#define | CONVERTER_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch)) |
#define CONVERTER_VERSION_CHECK | ( | major, | |
minor, | |||
patch | |||
) | ((major<<16)|(minor<<8)|(patch)) |
Definition at line 71 of file vabstractconverter.h.