Seamly2D
Code documentation
vabstractconverter.h File Reference
#include <qcompilerdetection.h>
#include <QCoreApplication>
#include <QString>
#include <QTemporaryFile>
#include <QtGlobal>
#include "vdomdocument.h"
Include dependency graph for vabstractconverter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VAbstractConverter
 

Macros

#define CONVERTER_VERSION_CHECK(major, minor, patch)   ((major<<16)|(minor<<8)|(patch))
 

Macro Definition Documentation

◆ CONVERTER_VERSION_CHECK

#define CONVERTER_VERSION_CHECK (   major,
  minor,
  patch 
)    ((major<<16)|(minor<<8)|(patch))

Definition at line 71 of file vabstractconverter.h.