Change last remaining QHttp over to HTTPS
This commit is contained in:
parent
ed8a481b84
commit
3d1cd14162
@ -24,7 +24,7 @@ KonaTags::KonaTags(KonaClient *Kc, QString Name, int Limit, int Page, QString Or
|
||||
|
||||
|
||||
// Prepare HTTP
|
||||
http = new QHttp(kc->getServer());
|
||||
http = new QHttp(kc->getServer(), QHttp::ConnectionModeHttps);
|
||||
connect(http, SIGNAL(responseHeaderReceived(QHttpResponseHeader)),
|
||||
this, SLOT(responseHeaderReceived(QHttpResponseHeader)));
|
||||
connect(http, SIGNAL(requestFinished(int,bool)),
|
||||
|
Loading…
Reference in New Issue
Block a user