1
0
Fork 0
forked from eden-emu/eden

Merge pull request #2132 from FearlessTobi/port-4437

Port citra-emu/citra#4437: "citra-qt: Make hotkeys configurable via the GUI (Attempt 2)"
This commit is contained in:
bunnei 2019-04-09 18:08:30 -04:00 committed by GitHub
commit 1a3098f11a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 426 additions and 208 deletions

View file

@ -4,6 +4,7 @@
#include <mutex>
#include <QDialogButtonBox>
#include <QHeaderView>
#include <QLabel>
#include <QLineEdit>
#include <QScrollArea>