Commit 50085ece authored by Don Gagne's avatar Don Gagne

Fix incorrect type

parent aac802a9
...@@ -151,7 +151,7 @@ private: ...@@ -151,7 +151,7 @@ private:
static const char* _rgFunctionSettingsKey[maxFunction]; static const char* _rgFunctionSettingsKey[maxFunction];
static const int _cButtons = 12; static const int _cButtons = 12;
int _rgButtonValues[_cButtons]; bool _rgButtonValues[_cButtons];
int _rgButtonActions[_cButtons]; int _rgButtonActions[_cButtons];
quint16 _lastButtonBits; quint16 _lastButtonBits;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment