4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-11 02:09:33 +00:00

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

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