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