Skip to content

Commit

Permalink
Mark class as private
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 19, 2021
1 parent 8e87c7e commit 8568ed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/annotations/qgsannotationlayer.cpp
Expand Up @@ -26,7 +26,7 @@
#include <QUuid>
#include "RTree.h"


///@cond PRIVATE
class QgsAnnotationLayerSpatialIndex : public RTree<QString, float, 2, float>
{
public:
Expand Down Expand Up @@ -94,6 +94,7 @@ class QgsAnnotationLayerSpatialIndex : public RTree<QString, float, 2, float>
};
}
};
///@endcond

QgsAnnotationLayer::QgsAnnotationLayer( const QString &name, const LayerOptions &options )
: QgsMapLayer( QgsMapLayerType::AnnotationLayer, name )
Expand Down
2 changes: 2 additions & 0 deletions src/core/annotations/qgsannotationlayer.h
Expand Up @@ -24,7 +24,9 @@


class QgsAnnotationItem;
///@cond PRIVATE
class QgsAnnotationLayerSpatialIndex;
///@endcond

/**
* \ingroup core
Expand Down

0 comments on commit 8568ed0

Please sign in to comment.