Skip to content

Commit 46c13e1

Browse files
committedJan 14, 2019
Add missing endcond
1 parent 180bb6a commit 46c13e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/symbology/qgsstylemanagerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ bool QgsCheckableStyleModel::setData( const QModelIndex &i, const QVariant &valu
132132
}
133133
return QgsStyleProxyModel::setData( i, value, role );
134134
}
135-
135+
///@endcond
136136

137137
//
138138
// QgsStyleManagerDialog

0 commit comments

Comments
 (0)
Please sign in to comment.