QHttpNetworkConnection: fix spelling in qWarning()
Change-Id: I87dcdc1b81e90d4bac180731fd78d0fea38191b6 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>bb10
parent
79c0cbf7a2
commit
2379bcac32
|
|
@ -1190,7 +1190,7 @@ void QHttpNetworkConnectionPrivate::_q_hostLookupFinished(const QHostInfo &info)
|
|||
#endif // QT_NO_SSL
|
||||
else {
|
||||
// Should not happen
|
||||
qWarning("QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not dequeu request");
|
||||
qWarning("QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not de-queue request");
|
||||
networkLayerState = QHttpNetworkConnectionPrivate::Unknown;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue