#ifndef _PONG_H_ #define _PONG_H_ #include class Pong: public QObject { Q_OBJECT public slots: Q_SCRIPTABLE QString ping(const QString &arg); }; #endif // _PONG_H_