Skip to content

Commit

Permalink
add missing private @cond
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 7, 2021
1 parent 9161a8c commit 36d41fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/symbology/qgssvgselectorwidget.cpp
Expand Up @@ -549,6 +549,8 @@ QgsSvgSelectorDialog::QgsSvgSelectorDialog( QWidget *parent, Qt::WindowFlags fl,
}


///@cond PRIVATE


QgsSvgParametersModel::QgsSvgParametersModel( QObject *parent )
: QAbstractTableModel( parent )
Expand Down Expand Up @@ -734,3 +736,5 @@ void QgsSvgParameterValueDelegate::updateEditorGeometry( QWidget *editor, const
Q_UNUSED( index )
editor->setGeometry( option.rect );
}

///@endcond

0 comments on commit 36d41fe

Please sign in to comment.