Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 12, 2021
1 parent 258eda2 commit 3d4224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/browser/qgsfilebaseddataitemprovider.h
Expand Up @@ -51,7 +51,7 @@ class CORE_EXPORT QgsProviderSublayerItem final: public QgsLayerItem
* \param parent parent item
* \param name data item name (this should match either the layer's name or the filename of a single-layer file)
* \param details sublayer details
* \param filePath, for sublayer items which directly represent a file
* \param filePath path to file (for sublayer items which directly represent a file)
*/
QgsProviderSublayerItem( QgsDataItem *parent, const QString &name, const QgsProviderSublayerDetails &details, const QString &filePath );
QString layerName() const override;
Expand Down

0 comments on commit 3d4224d

Please sign in to comment.