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:
@@ -10,6 +10,7 @@
|
||||
#include <QGraphicsLinearLayout>
|
||||
#include <QTimer>
|
||||
|
||||
#include <AzToolsFramework/UI/Notifications/ToastBus.h>
|
||||
#include <Components/Slots/SlotLayoutComponent.h>
|
||||
#include <GraphCanvas/Components/SceneBus.h>
|
||||
#include <GraphCanvas/Components/Slots/SlotBus.h>
|
||||
@@ -58,7 +59,7 @@ namespace GraphCanvas
|
||||
SlotId m_slotId;
|
||||
|
||||
ViewId m_viewId;
|
||||
ToastId m_toastId;
|
||||
AzToolsFramework::ToastId m_toastId;
|
||||
};
|
||||
|
||||
class DoubleClickSceneEventFilter
|
||||
|
||||
Reference in New Issue
Block a user