diff options
author | Felix Rohrbach <fxrh@gmx.de> | 2016-05-01 21:38:13 +0200 |
---|---|---|
committer | Felix Rohrbach <fxrh@gmx.de> | 2016-05-01 21:38:13 +0200 |
commit | 22a675a55ae2dac33a680531f4003fbfeb24ec39 (patch) | |
tree | 3c7e575cd64aea4fdcbd78a936f1913532105fb4 /jobs/basejob.h | |
parent | 00a73167ca455370868f1f82257420f0cb399a15 (diff) | |
parent | aa8b077499653b6ebf2d78136c75c801e6f99c29 (diff) | |
download | libquotient-22a675a55ae2dac33a680531f4003fbfeb24ec39.tar.gz libquotient-22a675a55ae2dac33a680531f4003fbfeb24ec39.zip |
Merge pull request #3 from davidar/master
Resolve Matrix SRV records.
Diffstat (limited to 'jobs/basejob.h')
-rw-r--r-- | jobs/basejob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/basejob.h b/jobs/basejob.h index 88911ca1..95cf4232 100644 --- a/jobs/basejob.h +++ b/jobs/basejob.h @@ -63,6 +63,7 @@ namespace QMatrixClient protected slots: virtual void gotReply(); void timeout(); + void sslErrors(const QList<QSslError>& errors); //void networkError(QNetworkReply::NetworkError code); |