summaryrefslogtreecommitdiffstats
path: root/logic/screenshots/ImgurUpload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/screenshots/ImgurUpload.cpp')
-rw-r--r--logic/screenshots/ImgurUpload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/screenshots/ImgurUpload.cpp b/logic/screenshots/ImgurUpload.cpp
index abb695b3..48e0ec18 100644
--- a/logic/screenshots/ImgurUpload.cpp
+++ b/logic/screenshots/ImgurUpload.cpp
@@ -110,5 +110,5 @@ void ImgurUpload::downloadProgress(qint64 bytesReceived, qint64 bytesTotal)
{
m_total_progress = bytesTotal;
m_progress = bytesReceived;
- emit progress(m_index_within_job, bytesReceived, bytesTotal);
+ emit netActionProgress(m_index_within_job, bytesReceived, bytesTotal);
}