Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 6, 2017
1 parent 95a76ee commit e686e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/layout/qgslayoutmodel.sip
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class QgsLayoutModel: QAbstractItemModel

QModelIndex indexForItem( QgsLayoutItem *item, const int column = 0 );
%Docstring
Returns the QModelIndex corresponding to a QgsLayoutItem ``item`` and \column, if possible.
Returns the QModelIndex corresponding to a QgsLayoutItem ``item`` and ``column``, if possible.
:rtype: QModelIndex
%End

Expand Down
2 changes: 1 addition & 1 deletion src/core/layout/qgslayoutmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel
void updateItemSelectStatus( QgsLayoutItem *item );

/**
* Returns the QModelIndex corresponding to a QgsLayoutItem \a item and \column, if possible.
* Returns the QModelIndex corresponding to a QgsLayoutItem \a item and \a column, if possible.
*/
QModelIndex indexForItem( QgsLayoutItem *item, const int column = 0 );

Expand Down

0 comments on commit e686e2e

Please sign in to comment.