update upload http
This commit is contained in:
parent
b45dd8fb8a
commit
abe3cfecd3
|
@ -18,7 +18,7 @@ buildResultWidget::buildResultWidget(QWidget *parent) :
|
|||
m_buildResult->setText(tr("Theme finished!"));
|
||||
|
||||
QLabel *guideLabel = new QLabel();
|
||||
QString str = "<a href=\"http://172.20.107.254:8082/openlogin\">" + tr("Upload theme platform") + "</a>";
|
||||
QString str = "<a href=\"https://developer.kylinos.cn/openlogin\">" + tr("Upload theme platform") + "</a>";
|
||||
guideLabel->setText(str);
|
||||
guideLabel->setTextFormat(Qt::RichText);
|
||||
guideLabel->setCursor(Qt::PointingHandCursor);
|
||||
|
|
Loading…
Reference in New Issue