pws2mqtt-qt/httpserver.h

15 lines
175 B
C
Raw Normal View History

2024-09-10 20:34:16 +02:00
#ifndef HTTPSERVER_H
#define HTTPSERVER_H
#include <QtHttpServer/QHttpServer>
class HttpServer : QObject
{
Q_OBJECT
public:
int port = 5000;
};
#endif // HTTPSERVER_H