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

« back to all changes in this revision

Viewing changes to import/Ubuntu/Content/contenthubplugin.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ken VanDine, Ubuntu daily release
  • Date: 2013-10-25 11:04:43 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20131025110443-skdg43ympqzqz051
Tags: 0.0+14.04.20131025-0ubuntu1
[ Ken VanDine ]
* return a QVariantList from knownSourcesForType so the QML bindings
  can expose a list of peers, fixes (LP: #1236932). (LP: #1236932)
* Added qdoc docs for QML bindings.

[ Ubuntu daily release ]
* Automatic snapshot from revision 63

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
/*!
32
32
 * \brief qml_content_hub function to unstatinate the ContentHub as a singleton in QML
33
 
 * \param engine
34
 
 * \param scriptEngine
35
 
 * \return
36
33
 */
37
34
static QObject *qml_content_hub(QQmlEngine *engine, QJSEngine *scriptEngine)
38
35
{