Skip to content

Commit

Permalink
Code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Oct 25, 2019
1 parent d253657 commit 16676ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsrange.sip.in
Expand Up @@ -251,9 +251,9 @@ If the range is empty and ``other`` is not, the range is changed and set to ``ot

.. seealso:: :py:func:`isEmpty`

.. versionadded:: 3.12

:return: ``True`` if the range was extended

.. versionadded:: 3.12
%End

bool operator==( const QgsTemporalRange<T> &other ) const;
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsrange.h
Expand Up @@ -399,8 +399,8 @@ class QgsTemporalRange
* If \a other is empty the range is not changed.
* If the range is empty and \a other is not, the range is changed and set to \a other.
* \see isEmpty()
* \since QGIS 3.12
* \return TRUE if the range was extended
* \since QGIS 3.12
*/
bool extend( const QgsTemporalRange<T> &other )
{
Expand Down

0 comments on commit 16676ff

Please sign in to comment.