Move Qt Toast Notifications from GraphCanvas into Framework
Move the existing Qt Toast Notification QWidgets, EBuses and logic from the GraphCanvas gem into AzQtComponents and AzToolsFramework so they can be re-used. Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,7 @@ AZ_POP_DISABLE_WARNING
|
||||
#include <AzCore/Component/EntityBus.h>
|
||||
#include <AzCore/std/string/string.h>
|
||||
#include <AzToolsFramework/API/ToolsApplicationAPI.h>
|
||||
#include <AzToolsFramework/UI/Notifications/ToastBus.h>
|
||||
|
||||
#include <GraphCanvas/Components/Connections/ConnectionBus.h>
|
||||
#include <GraphCanvas/Components/GeometryBus.h>
|
||||
@@ -210,7 +211,7 @@ namespace GraphCanvas
|
||||
|
||||
ConnectionValidationTooltip m_validationResult;
|
||||
Endpoint m_endpointTooltip;
|
||||
ToastId m_toastId;
|
||||
AzToolsFramework::ToastId m_toastId;
|
||||
|
||||
//! The Id of the graph this connection belongs to.
|
||||
GraphId m_graphId;
|
||||
|
||||
Reference in New Issue
Block a user