~ken-vandine/content-hub/mimetypes_wip

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Ken VanDine
  • Date: 2013-10-23 13:39:43 UTC
  • mfrom: (61.2.11 content-hub-qdoc)
  • Revision ID: tarmac-20131023133943-efzgnhvshuhtpeg8
Added qdoc docs for QML bindings.

Approved by PS Jenkins bot, Günter Schwann.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * \qmltype ContentStore
23
23
 * \instantiates ContentStore
24
24
 * \inqmlmodule Ubuntu.Content 0.1
25
 
 * \brief FIXME add documentation
26
 
 *
27
 
 * FIXME add documentation
28
 
 *
29
 
 * See documentation for \ContentHub
 
25
 *
 
26
 * See documentation for ContentHub
30
27
 */
31
28
 
32
29
namespace cuc = com::ubuntu::content;
51
48
 
52
49
/*!
53
50
 * \brief ContentStore::store
54
 
 * \return
 
51
 * \internal
55
52
 */
56
53
const com::ubuntu::content::Store *ContentStore::store() const
57
54
{
61
58
 
62
59
/*!
63
60
 * \brief ContentStore::setStore
64
 
 * \param store
 
61
 * \internal
65
62
 */
66
63
void ContentStore::setStore(const com::ubuntu::content::Store *store)
67
64
{