~ubuntu-branches/ubuntu/trusty/content-hub/trusty-proposed

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/detail/app_manager.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Ted Gould, Alexandre Abreu, Ubuntu daily release
  • Date: 2013-12-09 09:59:43 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20131209095943-3g93c1rdd71as133
Tags: 0.0+14.04.20131209.1-0ubuntu1
[ Ken VanDine ]
* Filled in the missing docstrings for the QML bindings .
* Documentation cleanup, fixes button alignment and uses MainView in
  the QML code example.
* allow ContentPeer to be creatable in QML, this makes it more obvious
  how to deal with the list returned by knownSourcesForType.

[ Ted Gould ]
* Upgrading to libupstart-app-launch v2.

[ Alexandre Abreu ]
* fix small documentation nit

[ Ubuntu daily release ]
* Automatic snapshot from revision 69

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include "app_manager.h"
18
18
 
19
 
#include <libupstart-app-launch-1/upstart-app-launch.h>
 
19
#include <upstart-app-launch.h>
20
20
 
21
21
namespace cucd = com::ubuntu::content::detail;
22
22