From: APTX Date: Fri, 15 Jun 2012 12:55:26 +0000 (+0200) Subject: Queue the command... X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=40e98df40a837b33bce65a432a2e6dd0c8fcbab7;p=anidbudpclient.git Queue the command... --- diff --git a/client.cpp b/client.cpp index 4a6ae7a..466b890 100644 --- a/client.cpp +++ b/client.cpp @@ -550,7 +550,7 @@ qDebug() << "Entering IdleTiemout State"; if (uptimeReply) uptimeReply->deleteLater(); uptimeReply = createReply(UptimeCommand()); - sendCommand(uptimeReply); + enqueueControlCommand(uptimeReply); default: break; }