~phablet-team/telephony-service/qml-start-chat

« back to all changes in this revision

Viewing changes to handler/texthandler.h

merge parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    void inviteParticipants(const QString &objectPath, const QStringList &participants, const QString &message);
49
49
    void removeParticipants(const QString &objectPath, const QStringList &participants, const QString &message);
50
50
    bool leaveChat(const QString &objectPath, const QString &message);
 
51
    void leaveRooms(const QString &accountId, const QString &message);
51
52
 
52
53
protected Q_SLOTS:
53
54
    void onTextChannelAvailable(Tp::TextChannelPtr channel);