Skip to content
Snippets Groups Projects
Commit fcd3a347 authored by Pierre Lespagnol's avatar Pierre Lespagnol
Browse files

newcallmodel: fix typo

Change-Id: Ic6d22989c57bfe97826e8ed9cd4b62a9dcd5ac72
parent 6765592b
Branches
No related tags found
No related merge requests found
...@@ -621,7 +621,7 @@ NewCallModel::setCurrentCall(const QString& callId) const ...@@ -621,7 +621,7 @@ NewCallModel::setCurrentCall(const QString& callId) const
} }
for (const auto& confId : conferences) { for (const auto& confId : conferences) {
if (callId != confId) { if (callId != confId) {
QStringList callList = CallManager::instance().getParticipantList(callId); QStringList callList = CallManager::instance().getParticipantList(confId);
if (callList.indexOf(callId) == -1) if (callList.indexOf(callId) == -1)
CallManager::instance().holdConference(confId); CallManager::instance().holdConference(confId);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment