qt5base-lts/tests/auto/network/socket
Friedemann Kleint 4b8cda8a36 Tests: Remove some unused member variables.
Fix warnings:

tst_qtcpsocket.cpp:245:9: warning: private field 'numConnections' is not used [-Wunused-private-field]
    int numConnections;
        ^
tst_qtcpsocket.cpp:1834:9: warning: private field 'exitCode' is not used [-Wunused-private-field]
    int exitCode;

tst_qcheckbox.cpp:86:10: warning: private field 'tmp' is not used [-Wunused-private-field]
    uint tmp;
         ^
tst_qcheckbox.cpp:88:10: warning: private field 'tmp2' is not used [-Wunused-private-field]
    uint tmp2;

Below warning is caused by code #ifdefed for OS X only, make it a local variable:
tst_qlabel.cpp:114:16: warning: private field 'test_edit' is not used [-Wunused-private-field]
    QLineEdit *test_edit;

Change-Id: I53c755545fe2e7ca1f053f40c8c0e50aec2efcdd
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
2015-07-28 13:19:07 +00:00
..
platformsocketengine Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
qabstractsocket Move the socket test to an appropriate file 2015-02-23 16:33:54 +00:00
qhttpsocketengine Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qlocalsocket Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
qsocks5socketengine Blacklist socks bind test on Windows 2015-06-20 15:25:39 +00:00
qtcpserver Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
qtcpsocket Tests: Remove some unused member variables. 2015-07-28 13:19:07 +00:00
qudpsocket Skip instead of entirely excluding tests with disabled features 2015-03-16 09:34:15 +00:00
socket.pro WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00