Skip to content

Commit

Permalink
query version from version.qgis.org instead of ubuntu.qgis.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 15, 2017
1 parent ae4d26a commit 3213152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsversioninfo.cpp
Expand Up @@ -26,7 +26,7 @@ QgsVersionInfo::QgsVersionInfo( QObject *parent )

void QgsVersionInfo::checkVersion()
{
QNetworkReply *reply = QgsNetworkAccessManager::instance()->get( QNetworkRequest( QUrl( QStringLiteral( "https://ubuntu.qgis.org/version.txt" ) ) ) );
QNetworkReply *reply = QgsNetworkAccessManager::instance()->get( QNetworkRequest( QUrl( QStringLiteral( "https://version.qgis.org/version.txt" ) ) ) );
connect( reply, &QNetworkReply::finished, this, &QgsVersionInfo::versionReplyFinished );
}

Expand Down

0 comments on commit 3213152

Please sign in to comment.