summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreply_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qnetworkreply_p.h')
-rw-r--r--src/network/access/qnetworkreply_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/access/qnetworkreply_p.h b/src/network/access/qnetworkreply_p.h
index 9c838a5539..04598fc712 100644
--- a/src/network/access/qnetworkreply_p.h
+++ b/src/network/access/qnetworkreply_p.h
@@ -57,6 +57,7 @@
#include "qnetworkrequest_p.h"
#include "qnetworkreply.h"
#include "QtCore/qpointer.h"
+#include <QtCore/QElapsedTimer>
#include "private/qiodevice_p.h"
QT_BEGIN_NAMESPACE
@@ -69,6 +70,8 @@ public:
QUrl url;
QPointer<QNetworkAccessManager> manager;
qint64 readBufferMaxSize;
+ QElapsedTimer downloadProgressSignalChoke;
+ const static int progressSignalInterval;
QNetworkAccessManager::Operation operation;
QNetworkReply::NetworkError errorCode;
bool isFinished;