Address a bunch of review comments
This commit is contained in:
parent
4d139943f2
commit
b4ace6ec6f
11 changed files with 27 additions and 19 deletions
|
@ -27,7 +27,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