class CommonInterface { SIGNAL(ping(QString msg)) SLOT(void pong(QString msg)) }