fix windows 32bit build

This commit is contained in:
Juergen E. Fischer 2015-02-04 07:15:49 +01:00
parent 6a58bc049c
commit 6e8d19c2ed

View File

@ -67,4 +67,8 @@ class QgsRequestHandler
QString infoFormat() const;
/**Return true if the HTTP headers were already sent to the client*/
bool headersSent();
private:
/**Parses the input and creates a request neutral Parameter/Value map*/
virtual void parseInput() = 0;
};