Skip to content

Commit

Permalink
fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 23, 2023
1 parent 9f3ac79 commit 92a0015
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/gui/settings/qgssettingstreemodel.cpp
Expand Up @@ -23,6 +23,8 @@
#include "qgsgui.h"
#include "qgslogger.h"

///@cond PRIVATE


QgsSettingsTreeModelNodeData *QgsSettingsTreeModelNodeData::createRootNodeData( const QgsSettingsTreeNode *rootNode, QObject *parent = nullptr )
{
Expand Down Expand Up @@ -162,6 +164,8 @@ void QgsSettingsTreeModelNodeData::fillChildren()
}
}

///@endcond



QgsSettingsTreeModel::QgsSettingsTreeModel( QgsSettingsTreeNode *rootNode, QObject *parent )
Expand Down Expand Up @@ -385,6 +389,9 @@ bool QgsSettingsTreeModel::setData( const QModelIndex &index, const QVariant &va
}


///@cond PRIVATE


QgsSettingsTreeItemDelegate::QgsSettingsTreeItemDelegate( QgsSettingsTreeModel *model, QObject *parent )
: QItemDelegate( parent )
, mModel( model )
Expand Down Expand Up @@ -421,6 +428,7 @@ void QgsSettingsTreeItemDelegate::setModelData( QWidget *editor, QAbstractItemMo
model->setData( index, eww->variantValueFromWidget(), Qt::EditRole );
}

///@endcond



0 comments on commit 92a0015

Please sign in to comment.