2
* Copyright (C) 2013-2016 Canonical, Ltd.
5
* Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>
6
* Tiago Salem Herrmann <tiago.herrmann@canonical.com>
8
* This file is part of telephony-service.
10
* telephony-service is free software; you can redistribute it and/or modify
11
* it under the terms of the GNU General Public License as published by
12
* the Free Software Foundation; version 3.
14
* telephony-service is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
19
* You should have received a copy of the GNU General Public License
20
* along with this program. If not, see <http://www.gnu.org/licenses/>.
26
#include "contactwatcher.h"
28
class Participant : public ContactWatcher
31
Q_PROPERTY(uint roles READ roles NOTIFY rolesChanged)
33
explicit Participant(const QString &identifier, uint roles, uint handle, QObject *parent = 0);
34
explicit Participant(QObject *parent = 0);
35
explicit Participant(const Participant &other);
38
void setRoles(uint roles);
50
#endif // PARTICIPANT_H