summaryrefslogtreecommitdiffstats
path: root/core/cloudstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cloudstorage.h')
-rw-r--r--core/cloudstorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cloudstorage.h b/core/cloudstorage.h
index 681b2b290..b19b3292c 100644
--- a/core/cloudstorage.h
+++ b/core/cloudstorage.h
@@ -16,7 +16,7 @@ signals:
private
slots:
void uploadError(QNetworkReply::NetworkError error);
- void sslErrors(QList<QSslError> errorList);
+ void sslErrors(const QList<QSslError> &errorList);
void uploadFinished();
private:
QNetworkReply *reply;