mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
GM_Downloader: Fix missing emit error()
@trnkava1
This commit is contained in:
parent
6eb0693e7d
commit
11792ee778
|
@ -45,6 +45,7 @@ void GM_Downloader::updateScript(const QString &fileName)
|
|||
void GM_Downloader::scriptDownloaded()
|
||||
{
|
||||
if (m_reply != qobject_cast<QNetworkReply*>(sender())) {
|
||||
emit error();
|
||||
deleteLater();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user