Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dox
(cherry picked from commit 619c2a6)
(cherry picked from commit d77d0dd)
  • Loading branch information
nyalldawson committed Jun 19, 2020
1 parent 24422cf commit 553419b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/layout/qgsgeopdflayertreemodel.h
Expand Up @@ -38,6 +38,9 @@ class APP_EXPORT QgsGeoPdfLayerTreeModel : public QgsLayerTreeModel
QVariant data( const QModelIndex &index, int role ) const override;
bool setData( const QModelIndex &index, const QVariant &value, int role ) override;

/**
* Checks (or unchecks) all rows and children from the specified \a parent index.
*/
void checkAll( bool checked, const QModelIndex &parent = QModelIndex() );

private:
Expand Down

0 comments on commit 553419b

Please sign in to comment.