1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[FTP} no console output when there is no error.

This commit is contained in:
S. Razi Alavizadeh 2013-01-29 05:32:33 +03:30
parent 23a16726a8
commit d5ce0cf33f

View File

@ -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();