Skip to content

Commit 00f0583

Browse files
committedJun 18, 2018
Fix doc test
1 parent 68b38b2 commit 00f0583

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎python/core/auto_generated/qgsproject.sip.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ from a source to destination coordinate reference system.
218218

219219
void clear();
220220
%Docstring
221-
Clear the project - removes all settings and resets it back to an empty, default state.
222-
223-
.. versionadded:: 2.4
221+
Clears the project, removing all settings and resetting it back to an empty, default state.
224222

225223
.. seealso:: :py:func:`cleared`
224+
225+
.. versionadded:: 2.4
226226
%End
227227

228228
bool read( const QString &filename );

‎src/core/qgsproject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
245245
void setTransformContext( const QgsCoordinateTransformContext &context );
246246

247247
/**
248-
* Clear the project - removes all settings and resets it back to an empty, default state.
249-
* \since QGIS 2.4
248+
* Clears the project, removing all settings and resetting it back to an empty, default state.
250249
* \see cleared()
250+
* \since QGIS 2.4
251251
*/
252252
void clear();
253253

0 commit comments

Comments
 (0)
Please sign in to comment.