Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 13, 2018
1 parent 676a90c commit e6084a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/symbology/qgssymbolslistwidget.cpp
Expand Up @@ -48,6 +48,8 @@
//
// QgsReadOnlyStyleModel
//

///@cond PRIVATE
QgsReadOnlyStyleModel::QgsReadOnlyStyleModel( QgsStyle *style, QObject *parent )
: QgsStyleProxyModel( style, parent )
{
Expand All @@ -71,6 +73,8 @@ QVariant QgsReadOnlyStyleModel::data( const QModelIndex &index, int role ) const
return QgsStyleProxyModel::data( index, role );
}

///@endcond


//
// QgsSymbolsListWidget
Expand Down

0 comments on commit e6084a6

Please sign in to comment.