Skip to content

Commit

Permalink
sipify does not like copydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 24, 2017
1 parent 2940be1 commit 1fc2c3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion python/gui/qgsfilterlineedit.sip
Expand Up @@ -206,7 +206,10 @@ class QgsFilterLineEdit : QLineEdit

void showSpinnerChanged();
%Docstring
\copydoc showSpinner
Show a spinner icon. This can be used for search boxes to indicate that
something is going on in the background.

.. versionadded:: 3.0
%End

protected:
Expand Down
5 changes: 4 additions & 1 deletion src/gui/qgsfilterlineedit.h
Expand Up @@ -224,7 +224,10 @@ class GUI_EXPORT QgsFilterLineEdit : public QLineEdit
void valueChanged( const QString &value );

/**
* \copydoc showSpinner
* Show a spinner icon. This can be used for search boxes to indicate that
* something is going on in the background.
*
* \since QGIS 3.0
*/
void showSpinnerChanged();

Expand Down

0 comments on commit 1fc2c3a

Please sign in to comment.