Skip to content

Commit

Permalink
Fix broken doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 27, 2019
1 parent 58b5c90 commit 61114a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsproject.h
Expand Up @@ -982,7 +982,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
* \note Not available in Python bindings
* \note Attached files are only supported by QGZ file based projects
* \see collectAttachedFiles()
* \see attachedFile( fileName )
* \see attachedFile()
* \since QGIS 3.8
*/
QgsStringMap attachedFiles() const SIP_SKIP;
Expand Down Expand Up @@ -1360,7 +1360,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
* \note Not available in Python bindings
* \note Only will be emitted with QGZ project files
* \see attachedFiles()
* \see attachedFile( fileName )
* \see attachedFile()
* \since QGIS 3.8
*/
void collectAttachedFiles( QgsStringMap &files SIP_INOUT ) SIP_SKIP;
Expand Down

0 comments on commit 61114a8

Please sign in to comment.