qt5base-lts/examples/network/threadedfortuneserver
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
..
dialog.cpp Cleanup network examples 2019-11-06 10:57:23 +01:00
dialog.h Cleanup network examples 2019-11-06 10:57:23 +01:00
fortuneserver.cpp Cleanup network examples 2019-11-06 10:57:23 +01:00
fortuneserver.h Cleanup network examples 2019-11-06 10:57:23 +01:00
fortunethread.cpp QAbstractSocket: deprecate 'error' member-function 2020-01-10 12:54:53 +01:00
fortunethread.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
main.cpp Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
threadedfortuneserver.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00