Allow dialogs to be Notifications

Extending the WindowType enum by NET::Notification.

REVIEW: 115138
This commit is contained in:
Martin Gräßlin 2014-01-20 09:13:15 +01:00
parent 4c27a57ee2
commit e4d4f5fc1c

View File

@ -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)