From e4d4f5fc1c377d96f81645448c22019cddda312b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 20 Jan 2014 09:13:15 +0100 Subject: [PATCH] Allow dialogs to be Notifications Extending the WindowType enum by NET::Notification. REVIEW: 115138 --- src/declarativeimports/core/dialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/declarativeimports/core/dialog.h b/src/declarativeimports/core/dialog.h index f5d00afc6..051437c6a 100644 --- a/src/declarativeimports/core/dialog.h +++ b/src/declarativeimports/core/dialog.h @@ -87,7 +87,8 @@ public: Dock = NET::Dock, Dialog = NET::Dialog, PopupMenu = NET::PopupMenu, - Tooltip = NET::Tooltip + Tooltip = NET::Tooltip, + Notification = NET::Notification }; Q_ENUMS(WindowType)