citra-qt: Add /default parsing for hotkeys. Also minor code cleanups.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
#include <QKeySequenceEdit>
|
||||
#include <QVBoxLayout>
|
||||
#include "citra_qt/util/sequence_dialog/sequence_dialog.h"
|
||||
|
||||
|
@@ -6,7 +6,8 @@
|
||||
|
||||
#include <memory>
|
||||
#include <QDialog>
|
||||
#include <QKeySequenceEdit>
|
||||
|
||||
class QKeySequenceEdit;
|
||||
|
||||
class SequenceDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user