Merge pull request #2458 from lioncash/hotkey

yuzu/hotkeys: Remove unnecessary constructor
pull/8/head
bunnei 7 years ago committed by GitHub
commit 9567b3a293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save