Created new empty class which will be used to do Html queries

This commit is contained in:
anschrammh 2019-12-21 14:59:48 +01:00
parent c235f7936e
commit d91f394416
2 changed files with 12 additions and 0 deletions

1
src/app/HtmlClient.cpp Normal file
View File

@ -0,0 +1 @@
#include "HtmlClient.h"

11
src/app/HtmlClient.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef HTMLCLIENT_H
#define HTMLCLIENT_H
class HtmlClient
{
public:
protected:
private:
};
#endif //HTMLCLIENT_H