Skip to content

Commit 39bb361

Browse files
elpasonyalldawson
authored andcommitted
Missing doc in an unrelated class :(
1 parent 394a189 commit 39bb361

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/3d/terrain/qgsterraindownloader.h

+6
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ class _3D_EXPORT QgsTerrainDownloader
4444
{
4545

4646
public:
47+
48+
/**
49+
* Constructs a QgsTerrainDownloader object
50+
* \param transformContext coordinate transform context
51+
*/
4752
QgsTerrainDownloader( const QgsCoordinateTransformContext &transformContext );
53+
4854
~QgsTerrainDownloader();
4955

5056
//! Definition of data source for terrain tiles (assuming "terrarium" data encoding with usual XYZ tiling scheme)

0 commit comments

Comments
 (0)