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