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

« back to all changes in this revision

Viewing changes to import/Ubuntu/Content/contenthub.h

  • 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:
39
39
}
40
40
}
41
41
 
42
 
/*!
43
 
 * \class ContentHub
44
 
 * \brief FIXME documentaion
45
 
 */ 
46
42
class ContentHub : public QObject
47
43
{
48
44
    Q_OBJECT