Uncomment erroneously commented 'error'
It was meant to be deprecated in 5.15, not deleted (yet). Change-Id: I6e3772d6c1d12dc060c1f540e55e756566db22e6 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>bb10
parent
f494e8b58d
commit
0f568d0a67
|
|
@ -565,12 +565,10 @@ QNetworkAccessManager::Operation QNetworkReply::operation() const
|
|||
|
||||
\sa setError(), networkError()
|
||||
*/
|
||||
/*
|
||||
QNetworkReply::NetworkError QNetworkReply::error() const
|
||||
{
|
||||
return networkError();
|
||||
}
|
||||
*/
|
||||
#endif // QT_DEPRECATED_SINCE(5, 15)
|
||||
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ public:
|
|||
QNetworkRequest request() const;
|
||||
|
||||
#if QT_DEPRECATED_SINCE(5, 15)
|
||||
// QT_DEPRECATED_X("Use networkError()") NetworkError error() const;
|
||||
QT_DEPRECATED_X("Use networkError()") NetworkError error() const;
|
||||
#endif // QT_DEPRECATED_SINCE(5, 15)
|
||||
NetworkError networkError() const;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue