mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
Merged in james-duley/librepilot/LP-167_fix_stable_version_check (pull request #105)
LP-167 fix stable version check
This commit is contained in:
commit
783322fd09
@ -89,7 +89,7 @@ WelcomeMode::WelcomeMode() :
|
||||
// This will delete the network access manager instance when we're done
|
||||
connect(networkAccessManager, SIGNAL(finished(QNetworkReply *)), networkAccessManager, SLOT(deleteLater()));
|
||||
|
||||
networkAccessManager->get(QNetworkRequest(QUrl("https://github.com/librepilot/LibrePilot/raw/master/.STABLEVER")));
|
||||
networkAccessManager->get(QNetworkRequest(QUrl("http://www.librepilot.org/stable-version")));
|
||||
} else {
|
||||
// No network, can delete this now as we don't need it.
|
||||
delete networkAccessManager;
|
||||
|
Loading…
x
Reference in New Issue
Block a user