[Mac] Fix QtEditorApplication_mac include (#4978)

Commit 8e03d6f306 missed updating the
platform-specific mac QApplication implementation file to include the
class declaration from the new header.

Signed-off-by: Chris Burel <burelc@amazon.com>
monroegm-disable-blank-issue-2
Chris Burel 4 years ago committed by GitHub
parent 057c8e0d4e
commit f3499011ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
#import <AppKit/NSEvent.h> #import <AppKit/NSEvent.h>
#include "EditorDefs.h" #include "EditorDefs.h"
#include "QtEditorApplication.h" #include "QtEditorApplication_mac.h"
// AzFramework // AzFramework
#include <AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h> #include <AzFramework/Input/Buses/Notifications/RawInputNotificationBus_Platform.h>

Loading…
Cancel
Save