31 @param op the operation to be performed |
31 @param op the operation to be performed |
32 (QNetworkAccessManager.Operation) |
32 (QNetworkAccessManager.Operation) |
33 @param request reference to the request object (QNetworkRequest) |
33 @param request reference to the request object (QNetworkRequest) |
34 @param outgoingData reference to an IODevice containing data to be sent |
34 @param outgoingData reference to an IODevice containing data to be sent |
35 (QIODevice) |
35 (QIODevice) |
36 @ireturn reference to the created reply object (QNetworkReply) |
36 @return reference to the created reply object (QNetworkReply) |
37 @exception NotImplementedError raised to indicate that the method must |
37 @exception NotImplementedError raised to indicate that the method must |
38 be implemented by a subclass |
38 be implemented by a subclass |
39 """ |
39 """ |
40 raise NotImplementedError() |
40 raise NotImplementedError() |