File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ class QgsLayoutModel: QAbstractItemModel
222
222
223
223
QModelIndex indexForItem( QgsLayoutItem *item, const int column = 0 );
224
224
%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.
226
226
:rtype: QModelIndex
227
227
%End
228
228
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ class CORE_EXPORT QgsLayoutModel: public QAbstractItemModel
233
233
void updateItemSelectStatus ( QgsLayoutItem *item );
234
234
235
235
/* *
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.
237
237
*/
238
238
QModelIndex indexForItem ( QgsLayoutItem *item, const int column = 0 );
239
239
You can’t perform that action at this time.
0 commit comments