Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken see link
  • Loading branch information
nyalldawson committed Apr 30, 2019
1 parent 9f43f2f commit ec4cfed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions python/gui/auto_generated/qgsfindfilesbypatternwidget.sip.in
Expand Up @@ -67,8 +67,6 @@ Constructor for QgsFindFilesByPatternDialog, with the specified ``parent`` widge
QStringList files() const;
%Docstring
Returns the list of files found by the dialog.

.. seealso:: :py:func:`filesFound`
%End

};
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgsfindfilesbypatternwidget.h
Expand Up @@ -85,7 +85,6 @@ class GUI_EXPORT QgsFindFilesByPatternDialog : public QDialog

/**
* Returns the list of files found by the dialog.
* \see filesFound()
*/
QStringList files() const;

Expand Down

0 comments on commit ec4cfed

Please sign in to comment.