Skip to content

Commit e686e2e

Browse files
committedOct 6, 2017
Fix doxygen warning
1 parent 95a76ee commit e686e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/layout/qgslayoutmodel.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class QgsLayoutModel: QAbstractItemModel
222222

223223
QModelIndex indexForItem( QgsLayoutItem *item, const int column = 0 );
224224
%Docstring
225-
Returns the QModelIndex corresponding to a QgsLayoutItem ``item`` and \column, if possible.
225+
Returns the QModelIndex corresponding to a QgsLayoutItem ``item`` and ``column``, if possible.
226226
:rtype: QModelIndex
227227
%End
228228

‎src/core/layout/qgslayoutmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel
233233
void updateItemSelectStatus( QgsLayoutItem *item );
234234

235235
/**
236-
* Returns the QModelIndex corresponding to a QgsLayoutItem \a item and \column, if possible.
236+
* Returns the QModelIndex corresponding to a QgsLayoutItem \a item and \a column, if possible.
237237
*/
238238
QModelIndex indexForItem( QgsLayoutItem *item, const int column = 0 );
239239

0 commit comments

Comments
 (0)
Please sign in to comment.