コード例 #1
0
void QApplicationStatus::cleanup()
{
    if (m_connected)
    {
        unsubscribe();
    }
    disconnectSockets();
    m_subscriptions.clear();
}
コード例 #2
0
void QApplicationLauncher::cleanup()
{
    if (m_connected)
    {
        unsubscribe("launcher");
    }
    stopCommandHeartbeat();
    disconnectSockets();
}
コード例 #3
0
void QApplicationCommand::cleanup()
{
    stopCommandHeartbeat();
    disconnectSockets();
}