1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-29 02:57:00 -06:00

Merge pull request #2458 from lioncash/hotkey

yuzu/hotkeys: Remove unnecessary constructor
This commit is contained in:
bunnei 2019-05-09 13:21:36 -04:00 committed by GitHub
commit 9567b3a293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,6 @@ public:
private:
struct Hotkey {
Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) {}
QKeySequence keyseq;
QShortcut* shortcut = nullptr;
Qt::ShortcutContext context = Qt::WindowShortcut;