Skip to content

Commit

Permalink
Merge pull request #6503 from m-kuhn/variousFixes
Browse files Browse the repository at this point in the history
Various fixes
  • Loading branch information
m-kuhn committed Mar 2, 2018
2 parents 9580a88 + fc5073d commit b84f014
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/geometry/qgsgeometry.sip.in
Expand Up @@ -100,9 +100,9 @@ This is much faster then calling the non-const get() method.

.. versionadded:: 3.0

.. seealso:: :py:func:`primitive`

.. seealso:: :py:func:`set`

.. seealso:: :py:func:`get`
%End

QgsAbstractGeometry *get();
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgsabout.cpp
Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -175,8 +175,8 @@ class CORE_EXPORT QgsGeometry
* \note In QGIS 2.x this method was named geometry().
*
* \since QGIS 3.0
* \see primitive()
* \see set()
* \see get()
*/
const QgsAbstractGeometry *constGet() const;

Expand Down

0 comments on commit b84f014

Please sign in to comment.