mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "diagrameventaddelement.h"
|
||||
#include "elementfactory.h"
|
||||
#include "diagram.h"
|
||||
#include "element.h"
|
||||
#include "diagramcommands.h"
|
||||
#include "conductorautonumerotation.h"
|
||||
|
||||
#include "../conductorautonumerotation.h"
|
||||
#include "../diagram.h"
|
||||
#include "../diagramcommands.h"
|
||||
#include "../qetgraphicsitem/element.h"
|
||||
#include "elementfactory.h"
|
||||
|
||||
/**
|
||||
@brief DiagramEventAddElement::DiagramEventAddElement
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#ifndef DIAGRAMEVENTADDELEMENT_H
|
||||
#define DIAGRAMEVENTADDELEMENT_H
|
||||
|
||||
#include "../ElementsCollection/elementslocation.h"
|
||||
#include "diagrameventinterface.h"
|
||||
#include "elementslocation.h"
|
||||
|
||||
class Element;
|
||||
|
||||
|
||||
@@ -17,9 +17,10 @@
|
||||
*/
|
||||
|
||||
#include "diagrameventaddimage.h"
|
||||
#include "diagram.h"
|
||||
#include "diagramimageitem.h"
|
||||
#include "diagramcommands.h"
|
||||
|
||||
#include "../diagram.h"
|
||||
#include "../diagramcommands.h"
|
||||
#include "../diagramimageitem.h"
|
||||
|
||||
/**
|
||||
@brief DiagramEventAddImage::DiagramEventAddImage
|
||||
|
||||
@@ -16,8 +16,9 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "diagrameventaddshape.h"
|
||||
#include "diagram.h"
|
||||
#include "diagramcommands.h"
|
||||
|
||||
#include "../diagram.h"
|
||||
#include "../diagramcommands.h"
|
||||
|
||||
/**
|
||||
@brief DiagramEventAddShape::DiagramEventAddShape
|
||||
|
||||
@@ -17,9 +17,10 @@
|
||||
*/
|
||||
|
||||
#include "diagrameventaddtext.h"
|
||||
#include "independenttextitem.h"
|
||||
#include "diagramcommands.h"
|
||||
#include "diagram.h"
|
||||
|
||||
#include "../diagram.h"
|
||||
#include "../diagramcommands.h"
|
||||
#include "../independenttextitem.h"
|
||||
|
||||
/**
|
||||
@brief DiagramEventAddText::DiagramEventAddText
|
||||
|
||||
@@ -16,11 +16,12 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "diagrameventinterface.h"
|
||||
#include "diagram.h"
|
||||
|
||||
#include "../diagram.h"
|
||||
|
||||
#include <QGraphicsSceneMouseEvent>
|
||||
#include <QKeyEvent>
|
||||
|
||||
|
||||
DiagramEventInterface::DiagramEventInterface(Diagram *diagram) :
|
||||
m_diagram(diagram),
|
||||
m_running(false),
|
||||
|
||||
Reference in New Issue
Block a user