Skip to content

Commit

Permalink
fetch version.txt from version.qgis.org instead of ubuntu.qgis.org
Browse files Browse the repository at this point in the history
(fixes #17774)
  • Loading branch information
jef-n committed Jan 2, 2018
1 parent 8234060 commit c67e7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsversioninfo.cpp
Expand Up @@ -28,7 +28,7 @@ QgsVersionInfo::QgsVersionInfo( QObject *parent )

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

Expand Down

0 comments on commit c67e7f4

Please sign in to comment.