mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix dox
This commit is contained in:
parent
d03c9d5053
commit
fb359049ee
@ -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)
|
||||
|
@ -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
|
||||
|
||||
};
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user