Skip to content
Snippets Groups Projects
Unverified Commit 9567b3a2 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #2458 from lioncash/hotkey

yuzu/hotkeys: Remove unnecessary constructor
parents c6f38313 8bdef4f9
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,6 @@ public:
private:
struct Hotkey {
Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) {}
QKeySequence keyseq;
QShortcut* shortcut = nullptr;
Qt::ShortcutContext context = Qt::WindowShortcut;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment