This function takes a qint64 argument, not an int argument.
peerwireclient.h:119:10: warning: 'PeerWireClient::setReadBufferSize'
hides overloaded virtual function [-Woverloaded-virtual]
void setReadBufferSize(int size);
^
src/network/socket/qabstractsocket.h:162:18: note: hidden overloaded
virtual function 'QAbstractSocket::setReadBufferSize' declared here
virtual void setReadBufferSize(qint64 size);
^
Change-Id: I29b67b216147771ff2d662d309d2c31d977e9d3f
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
|
||
|---|---|---|
| .. | ||
| bearercloud | ||
| bearermonitor | ||
| blockingfortuneclient | ||
| broadcastreceiver | ||
| broadcastsender | ||
| dnslookup | ||
| download | ||
| downloadmanager | ||
| fortuneclient | ||
| fortuneserver | ||
| googlesuggest | ||
| http | ||
| loopback | ||
| multicastreceiver | ||
| multicastsender | ||
| network-chat | ||
| securesocketclient | ||
| threadedfortuneserver | ||
| torrent | ||
| README | ||
| network.pro | ||
README
Qt is provided with an extensive set of network classes to support both client-based and server side network programming. These examples demonstrate the fundamental aspects of network programming with Qt. Documentation for these examples can be found via the Examples link in the main Qt documentation.