OSDN Git Service

remove unused QNetworkAccessBackend::processRequestSynchronously() method
authorIvailo Monev <xakepa10@gmail.com>
Fri, 1 Oct 2021 09:40:13 +0000 (12:40 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 1 Oct 2021 09:40:13 +0000 (12:40 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/network/access/qnetworkaccessbackend_p.h

index 69e274a..58f1a53 100644 (file)
@@ -148,8 +148,6 @@ public:
     virtual bool canResume() const { return false; }
     virtual void setResumeOffset(quint64 offset) { Q_UNUSED(offset); }
 
-    virtual bool processRequestSynchronously() { return false; }
-
 protected:
     // Create the device used for reading the upload data
     QNonContiguousByteDevice* createUploadByteDevice();