blob: f981e55a40e1d1bfeaf27262b688fa30b793da21 [file] [log] [blame]
#include <QtCore>
class PingPong
{
SLOT(void ping(const QString &message));
SLOT(void quit());
SIGNAL(pong(const QString &message));
};