Ref T41, adjusted info component to be used with dialog

This commit is contained in:
Klaus Basan
2017-04-25 14:37:26 +02:00
committed by Mathew Sutcliffe
parent d1bf788f07
commit 7f0a971b4a
4 changed files with 27 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ void CSwiftLauncher::ps_distributionInfoAvailable(bool success)
{
if (success)
{
this->setHeaderInfo(ui->comp_DistributionInfo->getNewVersionAvailable());
this->setHeaderInfo(ui->comp_DistributionInfo->getNewAvailableVersionForSelection());
}
else
{