2
* Copyright (C) 2015 Canonical, Ltd.
5
* Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>
7
* This file is part of telephony-service.
9
* telephony-service is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; version 3.
13
* telephony-service is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <http://www.gnu.org/licenses/>.
22
#ifndef ACCOUNTENTRYFACTORY_H
23
#define ACCOUNTENTRYFACTORY_H
25
#include <TelepathyQt/Account>
29
class AccountEntryFactory
32
static AccountEntry *createEntry(const Tp::AccountPtr &account, QObject *parent = 0);
35
explicit AccountEntryFactory();
38
#endif // ACCOUNTENTRYFACTORY_H