mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix doxygen warning
This commit is contained in:
parent
95a76eeef8
commit
e686e2e565
@ -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
|
||||
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user