File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/gui/auto_generated/attributetable Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ as ``QgsAttributeTableModel.SortRole + cacheIndex``.
203
203
204
204
QString sortCacheExpression( unsigned long cacheIndex = 0 ) const;
205
205
%Docstring
206
- The expression which was used to fill the sorting cache at index \ cacheIndex.
206
+ The expression which was used to fill the sorting cache at index `` cacheIndex`` .
207
207
208
208
.. seealso:: :py:func:`prefetchSortData`
209
209
%End
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
209
209
void prefetchSortData ( const QString &expression, unsigned long cacheIndex = 0 );
210
210
211
211
/* *
212
- * The expression which was used to fill the sorting cache at index \cacheIndex.
212
+ * The expression which was used to fill the sorting cache at index \a cacheIndex.
213
213
*
214
214
* \see prefetchSortData
215
215
*/
You can’t perform that action at this time.
0 commit comments