Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 19, 2018
1 parent 03d730c commit d33052a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgstracer.sip.in
Expand Up @@ -50,7 +50,7 @@ Returns the CRS used for tracing.

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

.. seealso:: :py:func:`destinationCrs`
%End
Expand Down
28 changes: 14 additions & 14 deletions src/core/qgstracer.h
@@ -1,17 +1,17 @@
/***************************************************************************
qgstracer.h
--------------------------------------
Date : January 2016
Copyright : (C) 2016 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
qgstracer.h
--------------------------------------
Date : January 2016
Copyright : (C) 2016 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#ifndef QGSTRACER_H
#define QGSTRACER_H
Expand Down Expand Up @@ -63,7 +63,7 @@ class CORE_EXPORT QgsTracer : public QObject
QgsCoordinateReferenceSystem destinationCrs() const { return mCRS; }

/**
* Sets the \a crs and \a transformContext used for tracing.
* Sets the \a crs and transform \a context used for tracing.
* \see destinationCrs()
*/
void setDestinationCrs( const QgsCoordinateReferenceSystem &crs, const QgsCoordinateTransformContext &context );
Expand Down

0 comments on commit d33052a

Please sign in to comment.