qt5base-lts/examples/network/blockingfortuneclient
Timur Pocheptsov 94b3dd77f2 QAbstractSocket: deprecate 'error' member-function
The one that is a getter for the last error found. This is to disambiguate
the expression '&QAbstractSocket::error'. Introduce a new member-function
socketError as a replacement.

[ChangeLog][Deprecation Notice] QAbstractSocket::error() (the getter) is deprecated; superseded by socketError().

Task-number: QTBUG-80369
Change-Id: Ia2e3d108657aaa7929ab0810babe2ede309740ba
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-01-10 12:54:53 +01:00
..
blockingclient.cpp Cleanup network examples 2019-11-06 10:57:23 +01:00
blockingclient.h Cleanup network examples 2019-11-06 10:57:23 +01:00
blockingfortuneclient.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
fortunethread.cpp QAbstractSocket: deprecate 'error' member-function 2020-01-10 12:54:53 +01:00
fortunethread.h Cleanup network examples 2019-11-06 10:57:23 +01:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00