equal
deleted
inserted
replaced
230 { |
230 { |
231 #ifdef Q_OS_SYMBIAN |
231 #ifdef Q_OS_SYMBIAN |
232 |
232 |
233 QString uriStr("appto://"); |
233 QString uriStr("appto://"); |
234 uriStr.append(appUid); |
234 uriStr.append(appUid); |
235 /* uriStr.append("?"); |
|
236 uriStr.append("activityname"); |
|
237 uriStr.append("=MainView&key1=data1&key2=data2");*/ |
|
238 QUrl uri(uriStr); |
235 QUrl uri(uriStr); |
239 |
236 |
240 XQApplicationManager appmgr; |
237 XQApplicationManager appmgr; |
241 XQAiwRequest* req5 = appmgr.create(uri, false); |
238 XQAiwRequest* req5 = appmgr.create(uri, false); |
242 |
239 |