clang-format
This commit is contained in:
@@ -13,7 +13,9 @@ class MainWindow : public QMainWindow {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
enum class Theme : int {
|
enum class Theme : int {
|
||||||
System = 0, Light = 1, Dark = 2,
|
System = 0,
|
||||||
|
Light = 1,
|
||||||
|
Dark = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
QComboBox* themeSelect = nullptr;
|
QComboBox* themeSelect = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user