Browse Source

Merge pull request #2458 from lioncash/hotkey

yuzu/hotkeys: Remove unnecessary constructor
nce_cpp
bunnei 7 years ago
committed by GitHub
parent
commit
14019aabdb
  1. 2
      src/yuzu/hotkeys.h

2
src/yuzu/hotkeys.h

@ -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