mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-30 18:09:59 +02:00
Mod Cmake en preprocessor
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
#ifndef QETGRAPHICSHEADERITEM_H
|
||||
#define QETGRAPHICSHEADERITEM_H
|
||||
|
||||
#include "qetapp.h"
|
||||
#include "../qetapp.h"
|
||||
|
||||
#include <QGraphicsObject>
|
||||
#include <QFont>
|
||||
#include <QGraphicsObject>
|
||||
#include <QMargins>
|
||||
|
||||
class QAbstractItemModel;
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
#include "qetgraphicstableitem.h"
|
||||
|
||||
#include "../../QPropertyUndoCommand/qpropertyundocommand.h"
|
||||
#include "../../createdxf.h"
|
||||
#include "../../diagram.h"
|
||||
#include "../../elementprovider.h"
|
||||
#include "../../qetxml.h"
|
||||
#include "../../utils/qetutils.h"
|
||||
#include "createdxf.h"
|
||||
#include "elementprovider.h"
|
||||
#include "projectdbmodel.h"
|
||||
#include "qetgraphicsheaderitem.h"
|
||||
|
||||
|
||||
@@ -18,9 +18,10 @@
|
||||
#ifndef GRAPHICSTABLEPROPERTIESEDITOR_H
|
||||
#define GRAPHICSTABLEPROPERTIESEDITOR_H
|
||||
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include <QPointer>
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
#include <QButtonGroup>
|
||||
#include <QPointer>
|
||||
|
||||
namespace Ui {
|
||||
class GraphicsTablePropertiesEditor;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef PROJECTDBMODELPROPERTIESWIDGET_H
|
||||
#define PROJECTDBMODELPROPERTIESWIDGET_H
|
||||
|
||||
#include "PropertiesEditor/propertieseditorwidget.h"
|
||||
#include "../PropertiesEditor/propertieseditorwidget.h"
|
||||
|
||||
class ProjectDBModel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user