update:创建初始化样式函数

This commit is contained in:
2025-06-01 13:11:16 +08:00
parent 7a1eeb8d4d
commit 3dde50ce27
2 changed files with 6 additions and 0 deletions

View File

@@ -20,5 +20,6 @@ public:
private:
Ui::MainWindow *ui;
void checkUpdates();
void initStyle();
};
#endif // MAINWINDOW_H