Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 17, 2018
1 parent ce403b1 commit 74dec50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -203,7 +203,7 @@ as ``QgsAttributeTableModel.SortRole + cacheIndex``.

QString sortCacheExpression( unsigned long cacheIndex = 0 ) const;
%Docstring
The expression which was used to fill the sorting cache at index \cacheIndex.
The expression which was used to fill the sorting cache at index ``cacheIndex``.

.. seealso:: :py:func:`prefetchSortData`
%End
Expand Down
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsattributetablemodel.h
Expand Up @@ -209,7 +209,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
void prefetchSortData( const QString &expression, unsigned long cacheIndex = 0 );

/**
* The expression which was used to fill the sorting cache at index \cacheIndex.
* The expression which was used to fill the sorting cache at index \a cacheIndex.
*
* \see prefetchSortData
*/
Expand Down

0 comments on commit 74dec50

Please sign in to comment.