HttpServlet.h 157 B

12345678910111213
  1. #ifndef HTTPSERVLET_H
  2. #define HTTPSERVLET_H
  3. #include <QObject>
  4. class HttpServlet : public QObject
  5. {
  6. public:
  7. HttpServlet();
  8. };
  9. #endif // HTTPSERVLET_H