mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 07:32:10 +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()));
|
||||
|
||||
if (error() != NoError) {
|
||||
emit error(error());
|
||||
emit errorOccurred(error());
|
||||
}
|
||||
|
||||
setFinished(true);
|
||||
|
|
Loading…
Reference in a new issue