Allow dialogs to be Notifications
Extending the WindowType enum by NET::Notification. REVIEW: 115138
This commit is contained in:
parent
4c27a57ee2
commit
e4d4f5fc1c
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user