Skip to content

Commit 3213152

Browse files
committedOct 15, 2017
query version from version.qgis.org instead of ubuntu.qgis.org
1 parent ae4d26a commit 3213152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsversioninfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ QgsVersionInfo::QgsVersionInfo( QObject *parent )
2626

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

0 commit comments

Comments
 (0)