Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #43 from ggrosso/master
Browse files Browse the repository at this point in the history
Updates to networking sample app
  • Loading branch information
timwindsor committed Mar 13, 2015
2 parents 917fedf + ac591ba commit 0d2ab00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion networking_dwnld_file/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
</sourceEntries>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings">
<externalSettings containerId="networking_dwnld_file;com.qnx.qcc.toolChain.909239831" factoryId="org.eclipse.cdt.core.cfg.export.settings.sipplier"/>
</storageModule>
</cconfiguration>
<cconfiguration id="com.qnx.qcc.toolChain.909239831">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.qnx.qcc.toolChain.909239831" moduleId="org.eclipse.cdt.core.settings" name="Device-Release">
Expand Down
1 change: 1 addition & 0 deletions networking_dwnld_file/.project
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<name>networking_dwnld_file</name>
<comment></comment>
<projects>
<project>networking_dwnld_file</project>
</projects>
<buildSpec>
<buildCommand>
Expand Down
3 changes: 1 addition & 2 deletions networking_dwnld_file/src/applicationui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ void ApplicationUI::sendNewRequest()
QNetworkRequest request = QNetworkRequest();

QString requestUrl = "http://developer.blackberry.com";
requestUrl.append("/native/files/documentation");
requestUrl.append("/cascades/images/contacts_list.xml");
requestUrl.append("/native/webroot/res/contacts_list.xml");
request.setUrl(QUrl(requestUrl));

bool res;
Expand Down

0 comments on commit 0d2ab00

Please sign in to comment.