From: APTX Date: Thu, 31 Dec 2009 23:34:30 +0000 (+0100) Subject: Wait for the state machine to start. X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=159afabd703d47930faed9682470d4d0cbe80a56;p=anidbudpclient.git Wait for the state machine to start. --- diff --git a/client.cpp b/client.cpp index 3369bf0..57ab5f4 100644 --- a/client.cpp +++ b/client.cpp @@ -127,6 +127,8 @@ qDebug() << "Api instance init!"; // ------------ END Methods ------------------- stateMachine->start(); + // Process the event that starts the state machine. + QCoreApplication::processEvents(); } Client::~Client()