45 QNetworkReply.ContentAccessDenied) |
45 QNetworkReply.ContentAccessDenied) |
46 self.finished.emit() |
46 self.finished.emit() |
47 |
47 |
48 def readData(self, maxlen): |
48 def readData(self, maxlen): |
49 """ |
49 """ |
50 Protected method to retrieve data from the reply object. |
50 Public method to retrieve data from the reply object. |
51 |
51 |
52 @param maxlen maximum number of bytes to read (integer) |
52 @param maxlen maximum number of bytes to read (integer) |
53 @return string containing the data (string) |
53 @return string containing the data (string) |
54 """ |
54 """ |
55 return None |
55 return None |