Add isFinished method to schemehandler
This commit is contained in:
parent
61060f0796
commit
d975ec080d
@ -111,3 +111,7 @@ class SpecialNetworkReply(QNetworkReply):
|
|||||||
logging.debug("readdata, len {}, maxlen {}, buf {}".format(len(self._data), maxlen, buf))
|
logging.debug("readdata, len {}, maxlen {}, buf {}".format(len(self._data), maxlen, buf))
|
||||||
self._data = self._data[len_:]
|
self._data = self._data[len_:]
|
||||||
return buf
|
return buf
|
||||||
|
|
||||||
|
def isFinished(self):
|
||||||
|
"""Check if the reply is finished."""
|
||||||
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user