mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 03:25:46 +00:00
kraken: Address comments from review
Fix compiler bug
This commit is contained in:
parent
25521cd948
commit
30de38ee7f
17 changed files with 54 additions and 66 deletions
|
@ -162,7 +162,7 @@ public:
|
|||
static int QtKeyToSwitchKey(Qt::Key qt_keys);
|
||||
|
||||
/// Converts a Qt modifier keys into NativeKeyboard modifier keys
|
||||
static int QtModifierToSwitchModdifier(quint32 qt_moddifiers);
|
||||
static int QtModifierToSwitchModifier(quint32 qt_modifiers);
|
||||
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
void keyReleaseEvent(QKeyEvent* event) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue