mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
fix windows 32bit build
This commit is contained in:
parent
6a58bc049c
commit
6e8d19c2ed
@ -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;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user