mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-05-09 10:59:49 +08:00
fix: QString List
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
b114db583b
commit
264b0ba8da
@ -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});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user