File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ Map certificate sha1 to certificate as simple cache
84
84
static QByteArray fileData( const QString &path, bool astext = false );
85
85
%Docstring
86
86
Return data from a local file via a read-only operation
87
+ \param path Path to file to read
87
88
\param astext Whether to open the file as text, otherwise as binary
88
89
:return: All data contained in file or empty contents if file does not exist
89
90
:rtype: QByteArray
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ class CORE_EXPORT QgsAuthCertUtils
106
106
107
107
/* *
108
108
* Return data from a local file via a read-only operation
109
+ * \param path Path to file to read
109
110
* \param astext Whether to open the file as text, otherwise as binary
110
111
* \returns All data contained in file or empty contents if file does not exist
111
112
*/
You can’t perform that action at this time.
0 commit comments