mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
clang-format
This commit is contained in:
parent
36506e18bb
commit
4329976dbc
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,9 @@ class MainWindow : public QMainWindow {
|
|||
|
||||
private:
|
||||
enum class Theme : int {
|
||||
System = 0, Light = 1, Dark = 2,
|
||||
System = 0,
|
||||
Light = 1,
|
||||
Dark = 2,
|
||||
};
|
||||
|
||||
QComboBox* themeSelect = nullptr;
|
||||
|
|
Loading…
Add table
Reference in a new issue