Update kbm_gui.h

This commit is contained in:
tlarok 2025-04-10 18:01:23 +02:00 committed by GitHub
parent b318cf6b10
commit 11dc07a158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,9 +48,7 @@ private:
void DisableMappingButtons();
void EnableMappingButtons();
void SetMapping(QString input);
QString KBMSettings::keyToString(int key);
QSet<int> pressedKeys;
QSet<QString> pressedNonInt;
bool EnableMapping = false;
bool MappingCompleted = false;