This commit is contained in:
Nyall Dawson 2019-07-05 11:36:18 +10:00
parent d03c9d5053
commit fb359049ee
3 changed files with 0 additions and 8 deletions

View File

@ -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)

View File

@ -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
};

View File

@ -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 );