fix: fix more warnings

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-08-10 20:41:52 +02:00
parent ef6f9487f4
commit ea43d0f687
8 changed files with 17 additions and 17 deletions

View File

@ -31,8 +31,8 @@ struct HeaderPair {
class HeaderProxy {
public:
HeaderProxy(){};
virtual ~HeaderProxy(){};
HeaderProxy(){}
virtual ~HeaderProxy(){}
public:
virtual QList<HeaderPair> headers(const QNetworkRequest& request) const = 0;