Fix doxygen warning

This commit is contained in:
Nyall Dawson 2017-10-04 15:35:25 +10:00
parent 95a76eeef8
commit e686e2e565
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 );