You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ptserver.h 263B

12345678910111213141516171819
  1. #ifndef PTSERVER_H
  2. #define PTSERVER_H
  3. #include "libptsocket_global.h"
  4. #include <QObject>
  5. class LIBPTSOCKETSHARED_EXPORT PTServer : public QObject
  6. {
  7. Q_OBJECT
  8. public:
  9. explicit PTServer(QObject *parent = 0);
  10. signals:
  11. public slots:
  12. };
  13. #endif // PTSERVER_H