diff --git a/src/platform/qt/ShortcutController.h b/src/platform/qt/ShortcutController.h index ef90d3eaf..3a82f034d 100644 --- a/src/platform/qt/ShortcutController.h +++ b/src/platform/qt/ShortcutController.h @@ -9,6 +9,7 @@ #include "GamepadAxisEvent.h" #include +#include #include #include @@ -116,7 +117,7 @@ private: QHash> m_items; QHash> m_buttons; - QHash, std::shared_ptr> m_axes; + QMap, std::shared_ptr> m_axes; QHash> m_heldKeys; ActionMapper* m_actions = nullptr; ConfigController* m_config = nullptr;