1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Windows Companion build error

This commit is contained in:
bsongis 2014-05-21 07:25:43 +02:00
parent e91390690c
commit 5f65fc57a3

View file

@ -272,7 +272,6 @@ void MainWindow::checkForCompanionUpdateFinished(QNetworkReply * reply)
if (c9xver < vnum) {
#if defined WIN32 || !defined __GNUC__ // || defined __APPLE__ // OSX should only notify of updates since no update packages are available.
showcheckForUpdatesResult = false; // update is available - do not show dialog
int ret = QMessageBox::question(this, "Companion", tr("A new version of Companion is available (version %1)<br>"
"Would you like to download it?").arg(version) ,
QMessageBox::Yes | QMessageBox::No);