LocalRedirectServer: Remove unused https variable
This commit is contained in:
parent
75ab6f25f4
commit
ee5fa23a7a
|
@ -62,7 +62,6 @@ class LocalRedirectServer : public QTcpServer {
|
|||
QUrl ParseUrlFromRequest(const QByteArray &request) const;
|
||||
|
||||
private:
|
||||
bool https_;
|
||||
int port_;
|
||||
QUrl url_;
|
||||
QUrl request_url_;
|
||||
|
|
Loading…
Reference in New Issue