desktop-widgets isn't built for mobile

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-12-01 07:26:47 -08:00
parent 1b7ee876ac
commit afbeccca21

View file

@ -101,7 +101,6 @@ void UpdateManager::requestReceived()
msgbox.setIcon(QMessageBox::Warning);
}
}
#ifndef SUBSURFACE_MOBILE
if (haveNewVersion || !isAutomaticCheck) {
msgbox.setWindowTitle(msgTitle);
msgbox.setWindowIcon(QIcon(":subsurface-icon"));
@ -126,5 +125,4 @@ void UpdateManager::requestReceived()
update_settings->setDontCheckForUpdates(response.exec() != QMessageBox::Accepted);
}
}
#endif
}