Skip to content

Commit e6084a6

Browse files
committedSep 13, 2018
Fix doxygen warning
1 parent 676a90c commit e6084a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/gui/symbology/qgssymbolslistwidget.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
//
4949
// QgsReadOnlyStyleModel
5050
//
51+
52+
///@cond PRIVATE
5153
QgsReadOnlyStyleModel::QgsReadOnlyStyleModel( QgsStyle *style, QObject *parent )
5254
: QgsStyleProxyModel( style, parent )
5355
{
@@ -71,6 +73,8 @@ QVariant QgsReadOnlyStyleModel::data( const QModelIndex &index, int role ) const
7173
return QgsStyleProxyModel::data( index, role );
7274
}
7375

76+
///@endcond
77+
7478

7579
//
7680
// QgsSymbolsListWidget

0 commit comments

Comments
 (0)
Please sign in to comment.