Merge branch 'Thunder' of gitee.com:spark-store-project/spark-store into dev

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2024-09-24 03:40:30 +00:00
committed by Gitee
27 changed files with 222 additions and 119 deletions

View File

@@ -134,7 +134,7 @@ void SettingsPage::on_pushButton_updateServer_clicked()
ui->comboBox_server->setCurrentIndex(0); });
}
void SettingsPage::on_comboBox_server_currentIndexChanged(const QString &arg1)
void SettingsPage::on_comboBox_server_currentTextChanged(const QString &arg1)
{
SparkAPI::setServerUrl(arg1); // 服务器信息更新
qDebug() << arg1;

View File

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