[qet] [4078] Minor change

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 4078
Author:   blacksun
Date:     2015-07-28 11:55:35 +0200 (Tue, 28 Jul 2015)
Log Message:
-----------
Minor change

Modified Paths:
--------------
    trunk/sources/editor/graphicspart/customelementpart.h
    trunk/sources/editor/styleeditor.cpp
    trunk/sources/editor/terminaleditor.cpp

Modified: trunk/sources/editor/graphicspart/customelementpart.h
===================================================================
--- trunk/sources/editor/graphicspart/customelementpart.h	2015-07-27 21:47:41 UTC (rev 4077)
+++ trunk/sources/editor/graphicspart/customelementpart.h	2015-07-28 09:55:35 UTC (rev 4078)
@@ -17,14 +17,16 @@
 */
 #ifndef CUSTOM_ELEMENT_PART_H
 #define CUSTOM_ELEMENT_PART_H
-#include <QtWidgets>
-#include <QtXml>
-#include <QImage>
+
 #include "qet.h"
+
 class CustomElement;
 class ElementPrimitiveDecorator;
 class ElementScene;
 class QETElementEditor;
+class QUndoStack;
+class QGraphicsItem;
+class QGraphicsSceneMouseEvent;
 
 /**
 	This abstract class represents a primitive of the visual representation of an

Modified: trunk/sources/editor/styleeditor.cpp
===================================================================
--- trunk/sources/editor/styleeditor.cpp	2015-07-27 21:47:41 UTC (rev 4077)
+++ trunk/sources/editor/styleeditor.cpp	2015-07-28 09:55:35 UTC (rev 4078)
@@ -18,6 +18,11 @@
 #include "styleeditor.h"
 #include "customelementgraphicpart.h"
 #include "QPropertyUndoCommand/qpropertyundocommand.h"
+#include <QComboBox>
+#include <QCheckBox>
+#include <QVBoxLayout>
+#include <QHBoxLayout>
+#include <QLabel>
 
 /**
 	Constructeur

Modified: trunk/sources/editor/terminaleditor.cpp
===================================================================
--- trunk/sources/editor/terminaleditor.cpp	2015-07-27 21:47:41 UTC (rev 4077)
+++ trunk/sources/editor/terminaleditor.cpp	2015-07-28 09:55:35 UTC (rev 4078)
@@ -19,6 +19,11 @@
 #include "partterminal.h"
 #include "qeticons.h"
 #include "QPropertyUndoCommand/qpropertyundocommand.h"
+#include <QDoubleSpinBox>
+#include <QComboBox>
+#include <QVBoxLayout>
+#include <QHBoxLayout>
+#include <QLabel>
 
 /**
 	Constructeur


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/