Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add doc
  • Loading branch information
mhugent committed Jun 21, 2021
1 parent 1163d29 commit a7739d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Expand Up @@ -416,6 +416,11 @@ Abort any outstanding external browser login request.


void preprocessRequest( QNetworkRequest *req ) const;
%Docstring
Preprocesses request

:param req: the request to preprocess
%End

signals:

Expand Down
4 changes: 4 additions & 0 deletions src/core/network/qgsnetworkaccessmanager.h
Expand Up @@ -611,6 +611,10 @@ class CORE_EXPORT QgsNetworkAccessManager : public QNetworkAccessManager
static const inline QgsSettingsEntryInteger settingsNetworkTimeout = QgsSettingsEntryInteger( QStringLiteral( "/qgis/networkAndProxy/networkTimeout" ), QgsSettings::NoSection, 60000, QObject::tr( "Network timeout" ) );
#endif

/**
* Preprocesses request
* \param req the request to preprocess
*/
void preprocessRequest( QNetworkRequest *req ) const;

signals:
Expand Down

0 comments on commit a7739d9

Please sign in to comment.