Skip to content

Commit a1efff7

Browse files
committed
[auth] Fix documentation error in QgsAuthCertUtils
1 parent c66de14 commit a1efff7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/core/auth/qgsauthcertutils.sip

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Map certificate sha1 to certificate as simple cache
8484
static QByteArray fileData( const QString &path, bool astext = false );
8585
%Docstring
8686
Return data from a local file via a read-only operation
87+
\param path Path to file to read
8788
\param astext Whether to open the file as text, otherwise as binary
8889
:return: All data contained in file or empty contents if file does not exist
8990
:rtype: QByteArray

src/core/auth/qgsauthcertutils.h

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class CORE_EXPORT QgsAuthCertUtils
106106

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

0 commit comments

Comments
 (0)