Skip to content

Commit

Permalink
body() now return QByteArray
Browse files Browse the repository at this point in the history
Funded by ItOpen - http://www.itopen.it
  • Loading branch information
elpaso committed Nov 26, 2014
1 parent 9922121 commit 33f1e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/server/qgsrequesthandler.sip
Expand Up @@ -36,7 +36,7 @@ class QgsRequestHandler
/**Delete all HTTP headers*/
virtual void clearHeaders( ) = 0;
/**Returns the response body*/
virtual QByteArray* body();
virtual QByteArray body();
/**Append the bytestream to response body*/
virtual void appendBody( const QByteArray &body) = 0;
/**Clears the response body*/
Expand Down

0 comments on commit 33f1e35

Please sign in to comment.