///QGCMessageBox::information(tr("New Version Available"), tr("There is a newer version of %1 available. You can download it from %2.").arg(applicationName()).arg(toolbox()->corePlugin()->stableDownloadLocation()));
showAppMessage(tr("There is a newer version of %1 available. You can download it from %2.").arg(applicationName()).arg(toolbox()->corePlugin()->stableDownloadLocation()),tr("New Version Available"));
}
}
}
}else{
qDebug()<<"Download QGC stable version failed"<<errorMsg;
emitdownloadComplete(_originalRemoteFile,downloadFilename,tr("Could not save downloaded file to %1. Error: %2").arg(downloadFilename).arg(file.errorString()));