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>
|
||
|---|---|---|
| .. | ||
| animation | ||
| dbus | ||
| desktop | ||
| dialogs | ||
| draganddrop | ||
| effects | ||
| embedded | ||
| gestures | ||
| graphicsview | ||
| ipc | ||
| itemviews | ||
| ja_JP/linguist/hellotr | ||
| layouts | ||
| linguist | ||
| mainwindows | ||
| network | ||
| opengl | ||
| painting | ||
| qmake | ||
| qpa | ||
| qtconcurrent | ||
| qtestlib | ||
| qws | ||
| richtext | ||
| scroller | ||
| sql | ||
| statemachine | ||
| threads | ||
| tools | ||
| touch | ||
| tutorials | ||
| webkit/webkit-guide | ||
| widgets | ||
| xml | ||
| README | ||
| examples.pro | ||
README
Qt is supplied with a number of example applications that have been written to provide developers with examples of the Qt API in use, highlight good programming practice, and showcase features found in each of Qt's core technologies. Documentation for examples can be found in the Examples section of the Qt documentation.