Documentation

This commit is contained in:
Nyall Dawson 2023-03-15 17:11:09 +10:00
parent 0b62e8bbeb
commit 953c7201d8

View File

@ -341,7 +341,10 @@ class QgsVectorTileDataProvider : public QgsDataProvider
QgsRectangle extent() const override;
bool renderInPreview( const QgsDataProvider::PreviewContext &context ) override;
//! Renders the source path for the data
virtual QString sourcePath() const = 0;
//! Returns a clone of the data provider
virtual QgsVectorTileDataProvider *clone() const = 0 SIP_FACTORY;
/**