Skip to content

Commit d33052a

Browse files
committedOct 19, 2018
Fix docstring
1 parent 03d730c commit d33052a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Returns the CRS used for tracing.
5050

5151
void setDestinationCrs( const QgsCoordinateReferenceSystem &crs, const QgsCoordinateTransformContext &context );
5252
%Docstring
53-
Sets the ``crs`` and ``transformContext`` used for tracing.
53+
Sets the ``crs`` and transform ``context`` used for tracing.
5454

5555
.. seealso:: :py:func:`destinationCrs`
5656
%End

‎src/core/qgstracer.h

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/***************************************************************************
2-
qgstracer.h
3-
--------------------------------------
4-
Date : January 2016
5-
Copyright : (C) 2016 by Martin Dobias
6-
Email : wonder dot sk at gmail dot com
7-
***************************************************************************
8-
* *
9-
* This program is free software; you can redistribute it and/or modify *
10-
* it under the terms of the GNU General Public License as published by *
11-
* the Free Software Foundation; either version 2 of the License, or *
12-
* (at your option) any later version. *
13-
* *
14-
***************************************************************************/
2+
qgstracer.h
3+
--------------------------------------
4+
Date : January 2016
5+
Copyright : (C) 2016 by Martin Dobias
6+
Email : wonder dot sk at gmail dot com
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
1515

1616
#ifndef QGSTRACER_H
1717
#define QGSTRACER_H
@@ -63,7 +63,7 @@ class CORE_EXPORT QgsTracer : public QObject
6363
QgsCoordinateReferenceSystem destinationCrs() const { return mCRS; }
6464

6565
/**
66-
* Sets the \a crs and \a transformContext used for tracing.
66+
* Sets the \a crs and transform \a context used for tracing.
6767
* \see destinationCrs()
6868
*/
6969
void setDestinationCrs( const QgsCoordinateReferenceSystem &crs, const QgsCoordinateTransformContext &context );

0 commit comments

Comments
 (0)
Please sign in to comment.