DEBSOURCES
Skip Quicknav
sources / qtremoteobjects-everywhere-src / 5.15.8-2 / tests / auto / external_IODevice / pingpong.rep
12345678
#include <QtCore> class PingPong { SLOT(void ping(const QString &message)); SLOT(void quit()); SIGNAL(pong(const QString &message)); };