mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
Address a bunch of review comments
This commit is contained in:
parent
1de63f9b16
commit
b0aed19823
10 changed files with 21 additions and 14 deletions
|
@ -25,7 +25,11 @@ CompatDB::CompatDB(QWidget* parent)
|
|||
|
||||
CompatDB::~CompatDB() = default;
|
||||
|
||||
enum class CompatDBPage { Intro = 0, Selection = 1, Final = 2 };
|
||||
enum class CompatDBPage {
|
||||
Intro = 0,
|
||||
Selection = 1,
|
||||
Final = 2,
|
||||
};
|
||||
|
||||
void CompatDB::Submit() {
|
||||
QButtonGroup* compatibility = new QButtonGroup(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue