qthighway/examples/appmgrclient/src/appmgrclient.cpp
changeset 8 71781823f776
parent 5 453da2cfceef
child 11 06b8e2af4411
--- a/qthighway/examples/appmgrclient/src/appmgrclient.cpp	Fri May 14 16:41:33 2010 +0300
+++ b/qthighway/examples/appmgrclient/src/appmgrclient.cpp	Thu May 27 13:42:11 2010 +0300
@@ -45,6 +45,8 @@
 
 #include <XQSharableFile.h>
 
+// Include declarations to see if any compilation issues
+#include <xqaiwdecl.h>
 #include <xqaiwdeclplat.h>
 
 #include "appmgrservices.h"
@@ -212,6 +214,7 @@
         *req = appmgr.create(interface, operation);
         if (!*req)
         {
+            qDebug() << mAppName << " Last error=" << appmgr.lastError();
             return;
         }
         connectSignals(*req);