Navigation Menu

Skip to content

Commit

Permalink
[auth] Fix documentation error in QgsAuthCertUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Oct 18, 2017
1 parent c66de14 commit a1efff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auth/qgsauthcertutils.sip
Expand Up @@ -84,6 +84,7 @@ Map certificate sha1 to certificate as simple cache
static QByteArray fileData( const QString &path, bool astext = false );
%Docstring
Return data from a local file via a read-only operation
\param path Path to file to read
\param astext Whether to open the file as text, otherwise as binary
:return: All data contained in file or empty contents if file does not exist
:rtype: QByteArray
Expand Down
1 change: 1 addition & 0 deletions src/core/auth/qgsauthcertutils.h
Expand Up @@ -106,6 +106,7 @@ class CORE_EXPORT QgsAuthCertUtils

/**
* Return data from a local file via a read-only operation
* \param path Path to file to read
* \param astext Whether to open the file as text, otherwise as binary
* \returns All data contained in file or empty contents if file does not exist
*/
Expand Down

0 comments on commit a1efff7

Please sign in to comment.