Fix broken see also link

This commit is contained in:
Nyall Dawson 2019-09-04 09:56:05 +10:00
parent a0c87b1505
commit 62f28f4201
2 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ Exports all bookmarks from a list of ``managers`` to an xml file at the specifie
Returns ``True`` if the export was successful.
.. seealso:: :py:func:`importFile`
.. seealso:: :py:func:`importFromFile`
%End

View File

@ -250,7 +250,7 @@ class CORE_EXPORT QgsBookmarkManager : public QObject
*
* Returns TRUE if the export was successful.
*
* \see importFile()
* \see importFromFile()
*/
static bool exportToFile( const QString &path, QList<const QgsBookmarkManager *> &managers );