| 34 | QHash<QHotkey::NativeShortcut, EventHotKeyRef> QHotkeyPrivateMac::hotkeyRefs; |
| 35 | |
| 36 | bool QHotkeyPrivateMac::nativeEventFilter(const QByteArray &eventType, void *message, _NATIVE_EVENT_RESULT *result) |
| 37 | { |
| 38 | Q_UNUSED(eventType) |
| 39 | Q_UNUSED(message) |
| 40 | Q_UNUSED(result) |
| 41 | return false; |
| 42 | } |
| 43 | |
| 44 | quint32 QHotkeyPrivateMac::nativeKeycode(Qt::Key keycode, bool &ok) |
| 45 | { |
nothing calls this directly
no outgoing calls
no test coverage detected