mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Fix doc test
This commit is contained in:
parent
68b38b2daf
commit
00f0583325
@ -218,11 +218,11 @@ from a source to destination coordinate reference system.
|
|||||||
|
|
||||||
void clear();
|
void clear();
|
||||||
%Docstring
|
%Docstring
|
||||||
Clear the project - removes all settings and resets it back to an empty, default state.
|
Clears the project, removing all settings and resetting it back to an empty, default state.
|
||||||
|
|
||||||
.. versionadded:: 2.4
|
|
||||||
|
|
||||||
.. seealso:: :py:func:`cleared`
|
.. seealso:: :py:func:`cleared`
|
||||||
|
|
||||||
|
.. versionadded:: 2.4
|
||||||
%End
|
%End
|
||||||
|
|
||||||
bool read( const QString &filename );
|
bool read( const QString &filename );
|
||||||
|
@ -245,9 +245,9 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
|
|||||||
void setTransformContext( const QgsCoordinateTransformContext &context );
|
void setTransformContext( const QgsCoordinateTransformContext &context );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clear the project - removes all settings and resets it back to an empty, default state.
|
* Clears the project, removing all settings and resetting it back to an empty, default state.
|
||||||
* \since QGIS 2.4
|
|
||||||
* \see cleared()
|
* \see cleared()
|
||||||
|
* \since QGIS 2.4
|
||||||
*/
|
*/
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user