equal
deleted
inserted
replaced
37 LOG1(EJavaQtServiceApp, EInfo, |
37 LOG1(EJavaQtServiceApp, EInfo, |
38 "SLOT RequestApp::sendRequest called with Uri %S", stdWStrUri.c_str()); |
38 "SLOT RequestApp::sendRequest called with Uri %S", stdWStrUri.c_str()); |
39 |
39 |
40 QUrl uri(uriString); |
40 QUrl uri(uriString); |
41 XQApplicationManager appMgr; |
41 XQApplicationManager appMgr; |
42 XQAiwRequest *request = appMgr.create(uri); |
42 // Make the request in non-embedded mode |
|
43 XQAiwRequest *request = appMgr.create(uri, false); |
43 if (!request) |
44 if (!request) |
44 { |
45 { |
45 // No handlers for the URI |
46 // No handlers for the URI |
46 ELOG1(EJavaQtServiceApp, |
47 ELOG1(EJavaQtServiceApp, |
47 "RequestApp::sendRequest No QtHighway service found for URI: %S", |
48 "RequestApp::sendRequest No QtHighway service found for URI: %S", |