Signed-off-by: Esteban Papp <[email protected]>
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
-#include "precompiled.h"
#include <QPainter>
#include <qgraphicsitem.h>
#include <qcursor.h>
#include <qgraphicsscene.h>
@@ -6,6 +6,8 @@
#pragma once
+#include <AzCore/PlatformDef.h>
+
AZ_PUSH_DISABLE_WARNING(4251, "-Wunknown-warning-option")
#include <qgraphicswidget.h>
#include <qgraphicssceneevent.h>
#include <Source/Components/Connections/ConnectionLayerControllerComponent.h>
#include <qevent.h>
#include <QtMath>
AZ_PUSH_DISABLE_WARNING(4251 4800, "-Wunknown-warning-option")
#include <QGraphicsPathItem>
#include <QPainterPath>
#include <Components/Connections/DataConnections/DataConnectionComponent.h>
#include <Components/Connections/DataConnections/DataConnectionGraphicsItem.h>
#include <AzCore/Serialization/SerializeContext.h>
-#include <precompiled.h>
#include <QGraphicsSceneMouseEvent>
#include <AzCore/Serialization/EditContext.h>
#include <cmath>
#include <Source/Components/LayerControllerComponent.h>
#include <QGraphicsProxyWidget>
#include <QComboBox>
#include <QGraphicsSceneDragDropEvent>
#include <Components/NodePropertyDisplays/ReadOnlyNodePropertyDisplay.h>
#include <QLineEdit>
#include <qgraphicsproxywidget.h>
#include <QGraphicsLinearLayout>
@@ -4,6 +4,5 @@
#include <Source/Components/Nodes/Comment/CommentLayerControllerComponent.h>
#include <Components/Nodes/Comment/CommentNodeFrameComponent.h>
#include <functional>
@@ -4,9 +4,8 @@
-#include <functional>
AZ_PUSH_DISABLE_WARNING(4251 4800 4244, "-Wunknown-warning-option")
#include <QGraphicsItem>
#include <QEvent>
#if !defined(Q_MOC_RUN)
#include <QGraphicsGridLayout>
@@ -4,7 +4,8 @@
#include <QGraphicsWidget>
AZ_POP_DISABLE_WARNING
#include <QFont>
#include <QTimer>
#include <QCursor>
#include <QGraphicsLayout>
@@ -5,7 +5,6 @@
#include <QCoreApplication>
#include <Components/PersistentIdComponent.h>
#include <Components/Slots/Data/DataSlotComponent.h>
#include <qgraphicslayoutitem.h>
#include <Components/Slots/Default/DefaultSlotLayoutComponent.h>
#include <Components/Slots/Execution/ExecutionSlotComponent.h>
#include <Components/Slots/Extender/ExtenderSlotComponent.h>
#include <QGraphicsLayoutItem>
#include <Components/Slots/Property/PropertySlotComponent.h>
#include <AzCore/Component/ComponentApplicationBus.h>
@@ -4,7 +4,7 @@
#include <GraphCanvas.h>
#include <GraphCanvasModule.h>
namespace GraphCanvas
#include <AzTest/AzTest.h>
class GraphCanvasTest
#include <QCompleter>
#include <qgraphicslinearlayout.h>
#include <sstream>
#include <AzCore/Math/Vector2.h>
#include <QColor>
#include <AzToolsFramework/Entity/EditorEntityHelpers.h>
#include <AzCore/std/containers/stack.h>
@@ -6,7 +6,6 @@
#
set(FILES
- precompiled.h
Include/GraphCanvas/Widgets/RootGraphicsItem.h
Include/GraphCanvas/tools.h
Include/GraphCanvas/Components/Connections/ConnectionFilters/ConnectionFilterBus.h
@@ -1,8 +0,0 @@
-/*
- * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.
- *
- * SPDX-License-Identifier: Apache-2.0 OR MIT
- */
-
-#include <AzCore/Serialization/SerializeContext.h>