|
1 | 1 | /***************************************************************************
|
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 | +***************************************************************************/ |
15 | 15 |
|
16 | 16 | #ifndef QGSTRACER_H
|
17 | 17 | #define QGSTRACER_H
|
@@ -63,7 +63,7 @@ class CORE_EXPORT QgsTracer : public QObject
|
63 | 63 | QgsCoordinateReferenceSystem destinationCrs() const { return mCRS; }
|
64 | 64 |
|
65 | 65 | /**
|
66 |
| - * Sets the \a crs and \a transformContext used for tracing. |
| 66 | + * Sets the \a crs and transform \a context used for tracing. |
67 | 67 | * \see destinationCrs()
|
68 | 68 | */
|
69 | 69 | void setDestinationCrs( const QgsCoordinateReferenceSystem &crs, const QgsCoordinateTransformContext &context );
|
|
0 commit comments