mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
Replace deprecated error() signal
This commit is contained in:
parent
e8d8657f64
commit
8cd35251b7
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ void AtpReply::handleRequestFinish() {
|
||||||
setHeader(QNetworkRequest::ContentLengthHeader, QVariant(_content.size()));
|
setHeader(QNetworkRequest::ContentLengthHeader, QVariant(_content.size()));
|
||||||
|
|
||||||
if (error() != NoError) {
|
if (error() != NoError) {
|
||||||
emit error(error());
|
emit errorOccurred(error());
|
||||||
}
|
}
|
||||||
|
|
||||||
setFinished(true);
|
setFinished(true);
|
||||||
|
|
Loading…
Reference in a new issue