Skip to content

Commit 6e8d19c

Browse files
committed
fix windows 32bit build
1 parent 6a58bc0 commit 6e8d19c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/server/qgsrequesthandler.sip

+4
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,8 @@ class QgsRequestHandler
6767
QString infoFormat() const;
6868
/**Return true if the HTTP headers were already sent to the client*/
6969
bool headersSent();
70+
71+
private:
72+
/**Parses the input and creates a request neutral Parameter/Value map*/
73+
virtual void parseInput() = 0;
7074
};

0 commit comments

Comments
 (0)