need to emit resultsReady after start

svn path=/trunk/kdesupport/qca/; revision=683035
This commit is contained in:
Justin Karneges 2007-07-04 00:53:51 +00:00
parent 3343a7989e
commit 58097350d8

View File

@ -5033,6 +5033,8 @@ public:
else else
ok = priv_startClient(); ok = priv_startClient();
result_result = ok ? Success : Error; result_result = ok ? Success : Error;
doResultsReady();
} }
virtual void update(const QByteArray &from_net, const QByteArray &from_app) virtual void update(const QByteArray &from_net, const QByteArray &from_app)