#ifndef HTTPSERVLET_H #define HTTPSERVLET_H #include <QObject> class HttpServlet : public QObject { public: HttpServlet(); }; #endif // HTTPSERVLET_H