diff options
author | fearlessTobi <[email protected]> | 2018-09-17 17:16:01 +0200 |
---|---|---|
committer | fearlessTobi <[email protected]> | 2018-10-02 15:30:48 +0200 |
commit | b4ace6ec6f86079b3bd297f95dfe133240b53e15 (patch) | |
tree | efbbacb734024ad2b0be5980bf67f553976c2c11 /src/yuzu/compatdb.cpp | |
parent | 4d139943f2407144d5f8e3dc5a673f24850d43d0 (diff) | |
download | yuzu-android-b4ace6ec6f86079b3bd297f95dfe133240b53e15.tar.gz yuzu-android-b4ace6ec6f86079b3bd297f95dfe133240b53e15.zip |
Address a bunch of review comments
Diffstat (limited to 'src/yuzu/compatdb.cpp')
-rw-r--r-- | src/yuzu/compatdb.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/yuzu/compatdb.cpp b/src/yuzu/compatdb.cpp index 45f8b4461..91e754274 100644 --- a/src/yuzu/compatdb.cpp +++ b/src/yuzu/compatdb.cpp @@ -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); |