summaryrefslogtreecommitdiffstats
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-19 17:56:52 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:28 +0100
commit922aa9410a78ef9d6fd5b5d4455375d512333239 (patch)
tree927b29ea8996c2a0e10beed9ed3453f85b939c8e /src/yuzu/bootmanager.h
parentkraken: Address comments from review (diff)
downloadyuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.gz
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.bz2
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.lz
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.xz
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.tar.zst
yuzu-922aa9410a78ef9d6fd5b5d4455375d512333239.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/bootmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index 81e3c4eb0..c8a2c59b4 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -162,7 +162,7 @@ public:
static int QtKeyToSwitchKey(Qt::Key qt_keys);
/// Converts a Qt modifier keys into NativeKeyboard modifier keys
- static int QtModifierToSwitchModifier(quint32 qt_modifiers);
+ static int QtModifierToSwitchModifier(Qt::KeyboardModifiers qt_modifiers);
void keyPressEvent(QKeyEvent* event) override;
void keyReleaseEvent(QKeyEvent* event) override;