aboutsummaryrefslogtreecommitdiff
path: root/launcher/screenshots/ImgurUpload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/screenshots/ImgurUpload.cpp')
-rw-r--r--launcher/screenshots/ImgurUpload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/screenshots/ImgurUpload.cpp b/launcher/screenshots/ImgurUpload.cpp
index 706af7ba..29499a20 100644
--- a/launcher/screenshots/ImgurUpload.cpp
+++ b/launcher/screenshots/ImgurUpload.cpp
@@ -96,7 +96,7 @@ void ImgurUpload::executeTask()
connect(rep, &QNetworkReply::sslErrors, this, &ImgurUpload::sslErrors);
}
-void ImgurUpload::downloadError(QNetworkReply::NetworkError error)
+void ImgurUpload::downloadError([[maybe_unused]] QNetworkReply::NetworkError error)
{
qCritical() << "ImgurUpload failed with error" << m_reply->errorString() << "Server reply:\n" << m_reply->readAll();
if (finished) {