Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
(cherry picked from commit fb35904)
  • Loading branch information
nyalldawson committed Jul 9, 2019
1 parent dfdee54 commit 93843d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions cmake/FindSpatiaLite.cmake
Expand Up @@ -70,11 +70,6 @@ IF (SPATIALITE_FOUND)
SET(CMAKE_REQUIRED_LIBRARIES "-F/Library/Frameworks" ${CMAKE_REQUIRED_LIBRARIES})
ENDIF(APPLE)

check_library_exists("${SPATIALITE_LIBRARY}" gaiaStatisticsInvalidate "" SPATIALITE_VERSION_GE_4_2_0)
IF (NOT SPATIALITE_VERSION_GE_4_2_0)
MESSAGE(FATAL_ERROR "Found SpatiaLite, but version is too old. Requires at least version 4.2.0")
ENDIF (NOT SPATIALITE_VERSION_GE_4_2_0)

ELSE (SPATIALITE_FOUND)

IF (SPATIALITE_FIND_REQUIRED)
Expand Down
Expand Up @@ -49,8 +49,6 @@ Returns the current canvas bounds rectangle shown in the map.
%Docstring
Sets the "preview" rectangle for the bounds overview map.
Must be in EPSG:4326 coordinate reference system.

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

};
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgscoordinateboundspreviewmapwidget.h
Expand Up @@ -54,7 +54,6 @@ class GUI_EXPORT QgsCoordinateBoundsPreviewMapWidget : public QgsMapCanvas
/**
* Sets the "preview" rectangle for the bounds overview map.
* Must be in EPSG:4326 coordinate reference system.
* \see previewRect()
*/
void setPreviewRect( const QgsRectangle &rect );

Expand Down

0 comments on commit 93843d3

Please sign in to comment.