--- a/qthighway/xqservice/src/xqappmgr_p.cpp Fri May 14 16:41:33 2010 +0300
+++ b/qthighway/xqservice/src/xqappmgr_p.cpp Thu May 27 13:42:11 2010 +0300
@@ -61,9 +61,9 @@
QList<XQAiwInterfaceDescriptor> impls;
if (service.isEmpty())
- impls = serviceMgr->findInterfaces(interface);
+ impls = serviceMgr->findFirstInterface(interface);
else
- impls = serviceMgr->findInterfaces(service, interface);
+ impls = serviceMgr->findFirstInterface(service, interface);
// Pick up the first implementation
if (impls.count())