more gems changes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
-2
@@ -156,6 +156,4 @@ namespace GraphCanvas
|
||||
m_proxyWidget = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
#include <Source/Components/NodePropertyDisplays/moc_AssetIdNodePropertyDisplay.cpp>
|
||||
}
|
||||
|
||||
-2
@@ -7,13 +7,11 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#if !defined(Q_MOC_RUN)
|
||||
#include <AzFramework/Asset/AssetCatalogBus.h>
|
||||
#include <AzToolsFramework/UI/PropertyEditor/PropertyAssetCtrl.hxx>
|
||||
|
||||
#include <GraphCanvas/Components/NodePropertyDisplay/NodePropertyDisplay.h>
|
||||
#include <GraphCanvas/Components/NodePropertyDisplay/AssetIdDataInterface.h>
|
||||
#endif
|
||||
|
||||
class QGraphicsProxyWidget;
|
||||
|
||||
|
||||
-2
@@ -403,6 +403,4 @@ namespace GraphCanvas
|
||||
m_menuDisplayDirty = true;
|
||||
}
|
||||
}
|
||||
|
||||
#include <Source/Components/NodePropertyDisplays/moc_ComboBoxNodePropertyDisplay.cpp>
|
||||
}
|
||||
|
||||
-2
@@ -9,7 +9,6 @@
|
||||
|
||||
class QEvent;
|
||||
|
||||
#if !defined(Q_MOC_RUN)
|
||||
#include <AzCore/Component/EntityBus.h>
|
||||
|
||||
#include <AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.hxx>
|
||||
@@ -18,7 +17,6 @@ class QEvent;
|
||||
#include <GraphCanvas/Components/NodePropertyDisplay/ComboBoxDataInterface.h>
|
||||
#include <GraphCanvas/Components/MimeDataHandlerBus.h>
|
||||
#include <Widgets/GraphCanvasComboBox.h>
|
||||
#endif
|
||||
|
||||
namespace GraphCanvas
|
||||
{
|
||||
|
||||
-2
@@ -208,6 +208,4 @@ namespace GraphCanvas
|
||||
m_proxyWidget = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
#include <Source/Components/NodePropertyDisplays/moc_EntityIdNodePropertyDisplay.cpp>
|
||||
}
|
||||
|
||||
-2
@@ -9,7 +9,6 @@
|
||||
|
||||
class QEvent;
|
||||
|
||||
#if !defined(Q_MOC_RUN)
|
||||
#include <AzCore/Component/EntityBus.h>
|
||||
|
||||
#include <AzToolsFramework/UI/PropertyEditor/PropertyEntityIdCtrl.hxx>
|
||||
@@ -17,7 +16,6 @@ class QEvent;
|
||||
#include <GraphCanvas/Components/NodePropertyDisplay/NodePropertyDisplay.h>
|
||||
#include <GraphCanvas/Components/NodePropertyDisplay/EntityIdDataInterface.h>
|
||||
#include <GraphCanvas/Components/MimeDataHandlerBus.h>
|
||||
#endif
|
||||
|
||||
namespace GraphCanvas
|
||||
{
|
||||
|
||||
@@ -1070,8 +1070,6 @@ namespace GraphCanvas
|
||||
// SceneComponent
|
||||
///////////////////
|
||||
|
||||
static const char* k_copyPasteKey = "GraphCanvasScene";
|
||||
|
||||
void SceneComponent::Reflect(AZ::ReflectContext* context)
|
||||
{
|
||||
GraphSerialization::Reflect(context);
|
||||
|
||||
Reference in New Issue
Block a user