mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56: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()
|
void FtpSchemeReply::abort()
|
||||||
{
|
{
|
||||||
setError(QNetworkReply::OperationCanceledError, tr("Canceled!"));
|
setError(QNetworkReply::OperationCanceledError, "QupZilla:No Error");
|
||||||
emit error(QNetworkReply::OperationCanceledError);
|
emit error(QNetworkReply::OperationCanceledError);
|
||||||
emit finished();
|
emit finished();
|
||||||
m_ftp->close();
|
m_ftp->close();
|
||||||
|
Loading…
Reference in New Issue
Block a user