Remove unused variable from QNetworkReply benchmark
Fixes compiler warning. Change-Id: I73963f9f711b02d999b366dbf884acd5c851c950 Reviewed-by: Andreas Buhr <andreas.buhr@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
0d5b43bed4
commit
45dc973d96
@ -163,7 +163,6 @@ class ThreadedDataReader: public QThread
|
||||
// used to make the constructor only return after the tcp server started listening
|
||||
QSemaphore ready;
|
||||
QTcpSocket *client;
|
||||
int timeout;
|
||||
int port;
|
||||
public:
|
||||
qint64 transferRate;
|
||||
|
Loading…
x
Reference in New Issue
Block a user