fix: QString List

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2025-03-13 06:01:11 +00:00 committed by Gitee
parent b114db583b
commit 264b0ba8da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -596,5 +596,5 @@ void AppIntoPage::on_shareButton_clicked()
void AppIntoPage::on_updateButton_clicked()
{
QString feedbackURL = "https://bbs.spark-app.store/";
QProcess::startDetached("xdg-open", feedbackURL);
}
QProcess::startDetached("xdg-open", QStringList{feedbackURL});
}