Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 30, 2020
1 parent e386573 commit 38ecf8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gui/processing/qgsprocessingmultipleselectiondialog.cpp
Expand Up @@ -196,8 +196,6 @@ void QgsProcessingMultipleSelectionPanelWidget::addOption( const QVariant &value



///@endcond

QgsProcessingMultipleSelectionDialog::QgsProcessingMultipleSelectionDialog( const QVariantList &availableOptions, const QVariantList &selectedOptions, QWidget *parent, Qt::WindowFlags flags )
: QDialog( parent, flags )
{
Expand Down Expand Up @@ -442,3 +440,6 @@ void QgsProcessingMultipleInputDialog::setProject( QgsProject *project )
{
mWidget->setProject( project );
}


///@endcond

0 comments on commit 38ecf8f

Please sign in to comment.