diff options
Diffstat (limited to 'core/checkcloudconnection.h')
-rw-r--r-- | core/checkcloudconnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/checkcloudconnection.h b/core/checkcloudconnection.h index 69f8a2964..312a1e78c 100644 --- a/core/checkcloudconnection.h +++ b/core/checkcloudconnection.h @@ -15,7 +15,7 @@ private: QNetworkReply *reply; private slots: - void sslErrors(QList<QSslError> errorList); + void sslErrors(const QList<QSslError> &errorList); }; #endif // CHECKCLOUDCONNECTION_H |