void InstSocket::onConnected()
{
    emit NotifyConnected();
}
示例#2
0
 void Instrument::onConnected() {
     emit NotifyConnected();
 }