mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Remove fake method
This commit is contained in:
parent
9aed745432
commit
d49c0d0480
@ -68,8 +68,6 @@ Constructor
|
||||
:return: the request method
|
||||
%End
|
||||
|
||||
bool fake();
|
||||
|
||||
QgsServerRequest::Parameters parameters() const;
|
||||
%Docstring
|
||||
Returns a map of query parameters with keys converted
|
||||
|
@ -90,8 +90,6 @@ class SERVER_EXPORT QgsServerRequest
|
||||
*/
|
||||
QgsServerRequest::Method method() const;
|
||||
|
||||
bool fake() { return true; }
|
||||
|
||||
/**
|
||||
* Returns a map of query parameters with keys converted
|
||||
* to uppercase
|
||||
|
Loading…
x
Reference in New Issue
Block a user