Created new empty class which will be used to do Html queries
This commit is contained in:
parent
c235f7936e
commit
d91f394416
1
src/app/HtmlClient.cpp
Normal file
1
src/app/HtmlClient.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "HtmlClient.h"
|
11
src/app/HtmlClient.h
Normal file
11
src/app/HtmlClient.h
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#ifndef HTMLCLIENT_H
|
||||||
|
#define HTMLCLIENT_H
|
||||||
|
|
||||||
|
class HtmlClient
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
protected:
|
||||||
|
private:
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif //HTMLCLIENT_H
|
Loading…
Reference in New Issue
Block a user