Skip to content

Commit

Permalink
Rewritten function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 9, 2019
1 parent bb9ec39 commit 00ec08a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions python/server/auto_generated/qgsserverrequest.sip.in
Expand Up @@ -61,9 +61,9 @@ Constructor


:return: the request url :return: the request url


Subclasses may override in case the original URL needs to be Subclasses may override in case the original URL (not rewritten, e.g.from
returned instead of the rewritten one (i.e. from a web server a web server rewrite module) needs to be returned instead of the URL
rewrite module). seen by QGIS server.
%End %End


QgsServerRequest::Method method() const; QgsServerRequest::Method method() const;
Expand Down
6 changes: 3 additions & 3 deletions src/server/qgsserverrequest.h
Expand Up @@ -84,9 +84,9 @@ class SERVER_EXPORT QgsServerRequest
/** /**
* \returns the request url * \returns the request url
* *
* Subclasses may override in case the original URL needs to be * Subclasses may override in case the original URL (not rewritten, e.g.from
* returned instead of the rewritten one (i.e. from a web server * a web server rewrite module) needs to be returned instead of the URL
* rewrite module). * seen by QGIS server.
*/ */
virtual QUrl url() const; virtual QUrl url() const;


Expand Down

0 comments on commit 00ec08a

Please sign in to comment.