2
* Copyright 2013 Canonical Ltd.
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU Lesser General Public License as published by
6
* the Free Software Foundation; version 3.
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU Lesser General Public License for more details.
13
* You should have received a copy of the GNU Lesser General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
#include "contentstore.h"
22
* \qmltype ContentStore
23
* \instantiates ContentStore
24
* \inqmlmodule Ubuntu.Content 0.1
25
* \brief FIXME add documentation
27
* FIXME add documentation
29
* See documentation for \ContentHub
32
namespace cuc = com::ubuntu::content;
34
ContentStore::ContentStore(QObject *parent)
38
qDebug() << Q_FUNC_INFO;
42
* \qmlproperty uri ContentStore::uri
44
* URI of the content store
46
const QString &ContentStore::uri() const
48
qDebug() << Q_FUNC_INFO;
49
return m_store->uri();
53
* \brief ContentStore::store
56
const com::ubuntu::content::Store *ContentStore::store() const
58
qDebug() << Q_FUNC_INFO;
63
* \brief ContentStore::setStore
66
void ContentStore::setStore(const com::ubuntu::content::Store *store)
68
qDebug() << Q_FUNC_INFO;
69
//if (store == m_store)