Fix build issues.

This commit is contained in:
Roman Telezhynskyi 2023-05-08 18:10:06 +03:00
parent 8102edad66
commit a180e53829
4 changed files with 1 additions and 4 deletions

View file

@ -27,7 +27,6 @@
*************************************************************************/
#include "vdxfengine.h"
#include "qassert.h"
#include <QLineF>
#include <QByteArray>

View file

@ -54,7 +54,6 @@
#include <QDesktopServices>
#include <QUrl>
#include "qassert.h"
#include "qtpreprocessorsupport.h"
#include "vabstractapplication.h"
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)

View file

@ -29,7 +29,7 @@
#ifndef FLOATITEMDEF_H
#define FLOATITEMDEF_H
#include <QtTypes>
#include <QtGlobal>
// denotes the type of arrow for the grainline
enum class GrainlineArrowDirection : qint8

View file

@ -50,7 +50,6 @@
#include "dialogpatternmaterials.h"
#include "dialogpiecepath.h"
#include "dialogplacelabel.h"
#include "qassert.h"
#include "ui_dialogseamallowance.h"
#include "ui_tabgrainline.h"
#include "ui_tablabels.h"