refactor: Initialize value on constructor

This commit is contained in:
Tomaz Canabrava
2025-05-08 12:27:08 +02:00
committed by Nick Bolton
parent a0d0936433
commit aaeef7905a

View File

@ -168,7 +168,7 @@ private:
QStringList m_Aliases;
QList<int> m_Modifiers;
QList<bool> m_SwitchCorners;
int m_SwitchCornerSize;
int m_SwitchCornerSize = 0;
QList<bool> m_Fixes;
bool m_Swapped = false;
bool m_isServer = false;