Update src/server/qgsserverrequest.h

Co-Authored-By: Blottiere Paul <blottiere.paul@gmail.com>
This commit is contained in:
Alessandro Pasotti 2019-11-12 08:26:27 +01:00 committed by GitHub
parent a4c246a419
commit db83675ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ class SERVER_EXPORT QgsServerRequest
virtual ~QgsServerRequest() = default;
/**
* methodToString returns a string representation of an HTTP request \a method
* Returns a string representation of an HTTP request \a method.
* \since QGIS 3.12
*/
static QString methodToString( const Method &method );