Prefer https

This commit is contained in:
Matthias Kuhn 2018-02-27 14:10:15 -05:00
parent 88734647ce
commit 6d94ea5f1c

View File

@ -275,7 +275,7 @@ void QgsAbout::btnQgisUser_clicked()
void QgsAbout::btnQgisHome_clicked()
{
openUrl( QStringLiteral( "http://qgis.org" ) );
openUrl( QStringLiteral( "https://qgis.org" ) );
}
void QgsAbout::openUrl( const QUrl &url )