mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 02:52:12 +01:00
Add missing emit
This commit is contained in:
parent
db0584f81e
commit
2c823962eb
|
@ -172,7 +172,7 @@ void DownloadItem::downloadProgress(qint64 received, qint64 total)
|
||||||
m_total = total;
|
m_total = total;
|
||||||
|
|
||||||
updateDownloadInfo(m_currSpeed, m_received, m_total);
|
updateDownloadInfo(m_currSpeed, m_received, m_total);
|
||||||
progressChanged(m_currSpeed, m_received, m_total);
|
emit progressChanged(m_currSpeed, m_received, m_total);
|
||||||
}
|
}
|
||||||
|
|
||||||
int DownloadItem::progress()
|
int DownloadItem::progress()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user