pws2mqtt-qt/httpserver.h
2024-09-10 20:34:16 +02:00

15 lines
175 B
C++

#ifndef HTTPSERVER_H
#define HTTPSERVER_H
#include <QtHttpServer/QHttpServer>
class HttpServer : QObject
{
Q_OBJECT
public:
int port = 5000;
};
#endif // HTTPSERVER_H