mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 21:58:06 +00:00
fix(src/components/core/CoreHandlers): coding style, remove useless std::
This commit is contained in:
parent
d68f70654a
commit
d8ec379115
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ void CoreHandlers::onCallStateChanged (
|
|||
}
|
||||
|
||||
void CoreHandlers::onCallStatsUpdated (
|
||||
const std::shared_ptr<linphone::Core> &,
|
||||
const std::shared_ptr<linphone::Call> &call,
|
||||
const shared_ptr<linphone::Core> &,
|
||||
const shared_ptr<linphone::Call> &call,
|
||||
const linphone::CallStats &stats
|
||||
) {
|
||||
call->getData<CallModel>("call-model").updateStats(stats);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue