Fix broken see link

This commit is contained in:
Nyall Dawson 2019-04-27 10:05:49 +10:00
parent 9f43f2f608
commit ec4cfed694
2 changed files with 0 additions and 3 deletions

View File

@ -67,8 +67,6 @@ Constructor for QgsFindFilesByPatternDialog, with the specified ``parent`` widge
QStringList files() const; QStringList files() const;
%Docstring %Docstring
Returns the list of files found by the dialog. Returns the list of files found by the dialog.
.. seealso:: :py:func:`filesFound`
%End %End
}; };

View File

@ -85,7 +85,6 @@ class GUI_EXPORT QgsFindFilesByPatternDialog : public QDialog
/** /**
* Returns the list of files found by the dialog. * Returns the list of files found by the dialog.
* \see filesFound()
*/ */
QStringList files() const; QStringList files() const;