mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(src/components/call/CallModel): replace snake to camel case
This commit is contained in:
parent
ec508716c9
commit
25b73f0644
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ private:
|
|||
|
||||
QVariantList getAudioStats () const;
|
||||
QVariantList getVideoStats () const;
|
||||
void updateStats (const linphone::CallStats &call_stats, QVariantList &stats);
|
||||
void updateStats (const linphone::CallStats &callStats, QVariantList &stats);
|
||||
QString iceStateToString (linphone::IceState state) const;
|
||||
|
||||
bool mPausedByRemote = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue