qt5base-lts/tests/benchmarks/network/access
Bradley T. Hughes cd796404f1 Reimplement QIODevice::reset() properly
The reset() function is not const.

tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp:324:
warning: 'FixedSizeDataGenerator::reset' hides overloaded virtual
function [-Woverloaded-virtual]
    virtual bool reset() const{
                 ^
src/corelib/io/qiodevice.h:112: hidden overloaded virtual function
'QIODevice::reset' declared here
    virtual bool reset();
                 ^

Change-Id: I022d902147f9c8fb71bee8c3e21b963b2d7bec55
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
2011-12-21 20:32:42 +01:00
..
qfile_vs_qnetworkaccessmanager benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qnetworkdiskcache benchmarks: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
qnetworkreply Reimplement QIODevice::reset() properly 2011-12-21 20:32:42 +01:00
access.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00