summaryrefslogtreecommitdiffstats
path: root/subsurface-core/cloudstorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/cloudstorage.cpp')
-rw-r--r--subsurface-core/cloudstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-core/cloudstorage.cpp b/subsurface-core/cloudstorage.cpp
index 4f58d0191..575191891 100644
--- a/subsurface-core/cloudstorage.cpp
+++ b/subsurface-core/cloudstorage.cpp
@@ -75,7 +75,7 @@ void CloudStorageAuthenticate::uploadFinished()
emit finishedAuthenticate();
}
-void CloudStorageAuthenticate::uploadError(QNetworkReply::NetworkError error)
+void CloudStorageAuthenticate::uploadError(QNetworkReply::NetworkError)
{
qDebug() << "Received error response from cloud storage backend:" << reply->errorString();
}