Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzichu520 committed Mar 17, 2023
1 parent 6b54401 commit 5fadb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/ChatController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ void ChatController::sendMessage(const QString& text){
text = "不好意思,我似乎听不懂您的意思";
}
responseData(text);
reply->deleteLater();
isLoading(false);
} else {
responseData("网络错误:"+reply->errorString());
}
isLoading(false);
reply->deleteLater();
});
}

0 comments on commit 5fadb58

Please sign in to comment.