refs #709, GUI component (load info) added to launcher

(plus enabled webservices for launcher)
This commit is contained in:
Klaus Basan
2016-07-16 02:54:18 +02:00
parent 10a1fcebf7
commit 80ab55c4be
3 changed files with 62 additions and 24 deletions

View File

@@ -315,6 +315,7 @@ void CSwiftLauncher::ps_loadedUpdateInfo(bool success)
this->ui->wi_NewVersionAvailable->setVisible(newVersionAvailable);
this->ui->wi_NoNewVersion->setVisible(!newVersionAvailable);
this->ui->le_LatestVersion->setText(latestVersion);
this->ui->le_Channel->setText(updateInfo.getChannel());
if (!downloadUrls.isEmpty())
{