mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
[FTP} no console output when there is no error.
This commit is contained in:
parent
23a16726a8
commit
d5ce0cf33f
@ -165,7 +165,7 @@ void FtpSchemeReply::setContent()
|
||||
|
||||
void FtpSchemeReply::abort()
|
||||
{
|
||||
setError(QNetworkReply::OperationCanceledError, tr("Canceled!"));
|
||||
setError(QNetworkReply::OperationCanceledError, "QupZilla:No Error");
|
||||
emit error(QNetworkReply::OperationCanceledError);
|
||||
emit finished();
|
||||
m_ftp->close();
|
||||
|
Loading…
Reference in New Issue
Block a user