Qt: Initialize Shortcut::m_direction

This commit is contained in:
Vicki Pfau 2023-03-01 23:05:28 -08:00
parent b06d178c41
commit 8b67243780
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ private:
int m_shortcut = 0; int m_shortcut = 0;
int m_button = -1; int m_button = -1;
int m_axis = -1; int m_axis = -1;
GamepadAxisEvent::Direction m_direction; GamepadAxisEvent::Direction m_direction = GamepadAxisEvent::NEUTRAL;
}; };
class ShortcutController : public QObject { class ShortcutController : public QObject {