~tiagosh/telephony-service/delete_player_instance_on_incoming_call

« back to all changes in this revision

Viewing changes to handler/handlerdbus.cpp

Make it possible to acknowledge all pending messages of a given conversation
at once. Fixes: #1488498
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    TextHandler::instance()->acknowledgeMessages(numbers, messageIds, accountId);
115
115
}
116
116
 
 
117
void HandlerDBus::AcknowledgeAllMessages(const QStringList &numbers, const QString &accountId)
 
118
{
 
119
    TextHandler::instance()->acknowledgeAllMessages(numbers, accountId);
 
120
}
 
121
 
117
122
void HandlerDBus::StartCall(const QString &number, const QString &accountId)
118
123
{
119
124
    CallHandler::instance()->startCall(number, accountId);