Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dox
  • Loading branch information
nyalldawson committed May 20, 2021
1 parent 9dda143 commit 480e36e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/browser/qgsdirectoryitem.h
Expand Up @@ -165,6 +165,7 @@ class CORE_EXPORT QgsDirectoryParamWidget : public QTreeWidget
/**
* \ingroup core
* \brief A directory item showing the current project directory.
* \note Not available in Python bindings.
* \since QGIS 3.0
*/
class CORE_EXPORT QgsProjectHomeItem : public QgsDirectoryItem
Expand All @@ -173,6 +174,9 @@ class CORE_EXPORT QgsProjectHomeItem : public QgsDirectoryItem

public:

/**
* Constructor for QgsProjectHomeItem.
*/
QgsProjectHomeItem( QgsDataItem *parent, const QString &name, const QString &dirPath, const QString &path );

QIcon icon() override;
Expand Down

0 comments on commit 480e36e

Please sign in to comment.