clang-format

This commit is contained in:
wheremyfoodat 2023-09-30 18:39:05 +03:00
parent 36506e18bb
commit 4329976dbc
2 changed files with 5 additions and 3 deletions

View file

@ -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;