mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-25 15:43:49 +08:00
sync with Thunder
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
private slots:
|
||||
void on_pushButton_updateServer_clicked();
|
||||
|
||||
void on_comboBox_server_currentIndexChanged(const QString &arg1);
|
||||
void on_comboBox_server_currentTextChanged(const QString &arg1);
|
||||
|
||||
void on_pushButton_updateApt_clicked();
|
||||
|
||||
@@ -32,6 +32,11 @@ private slots:
|
||||
|
||||
void on_checkBox_clicked(bool checked);
|
||||
|
||||
void on_checkBox_disableSandbox_clicked(bool checked);
|
||||
|
||||
// 添加导出日志按钮的槽函数声明
|
||||
void on_pushButton_exportLog_clicked();
|
||||
|
||||
public:
|
||||
static bool needUncompatibleNotification;
|
||||
|
||||
@@ -47,4 +52,4 @@ signals:
|
||||
void openUrl(QUrl spk);
|
||||
};
|
||||
|
||||
#endif // SETTINGSPAGE_H
|
||||
#endif // SETTINGSPAGE_H
|
||||
Reference in New Issue
Block a user