mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 21:02:04 +08:00
chore:添加槽函数
This commit is contained in:
@@ -24,7 +24,9 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
void closeEvent(QCloseEvent *event) override;
|
void closeEvent(QCloseEvent *event) override;
|
||||||
|
private slots:
|
||||||
|
// ⬅️ 声明一个槽函数,它将接收来自Updater的信号
|
||||||
|
void handleUpdateFinished(bool success);
|
||||||
private:
|
private:
|
||||||
Ui::MainWindow *ui;
|
Ui::MainWindow *ui;
|
||||||
void checkUpdates();
|
void checkUpdates();
|
||||||
|
|||||||
Reference in New Issue
Block a user