mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #413 All value classes which had custom policies shall inherit from mixins instead.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::Event::CEventHotkeyFunction, (o.m_eventOriginator, o.m_hotkeyFunc))
|
||||
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::Event::CEventHotkeyFunction, (attr(o.m_eventOriginator, flags<DisabledForJson>()), o.m_hotkeyFunc))
|
||||
Q_DECLARE_METATYPE(BlackMisc::Event::CEventHotkeyFunction)
|
||||
|
||||
#endif // BLACKMISC_EVENTHOTKEY_H
|
||||
|
||||
Reference in New Issue
Block a user