From d33052aca31dae96f11d638a1cb2e55d5a0e2acb Mon Sep 17 00:00:00 2001 From: lbartoletti Date: Fri, 19 Oct 2018 07:29:20 +0200 Subject: [PATCH] Fix docstring --- python/core/auto_generated/qgstracer.sip.in | 2 +- src/core/qgstracer.h | 28 ++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/python/core/auto_generated/qgstracer.sip.in b/python/core/auto_generated/qgstracer.sip.in index 35596e2f7163..02f5f796b7f4 100644 --- a/python/core/auto_generated/qgstracer.sip.in +++ b/python/core/auto_generated/qgstracer.sip.in @@ -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 diff --git a/src/core/qgstracer.h b/src/core/qgstracer.h index d92ec5d07d09..a68a062aa5a0 100644 --- a/src/core/qgstracer.h +++ b/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 @@ -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 );