From 25b73f06440fe453c4ca621848b7fdc5f4b4c125 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 19 Apr 2017 09:35:23 +0200 Subject: [PATCH] fix(src/components/call/CallModel): replace snake to camel case --- linphone-desktop/src/components/call/CallModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-desktop/src/components/call/CallModel.hpp b/linphone-desktop/src/components/call/CallModel.hpp index 64e3ada37..bc1b477a2 100644 --- a/linphone-desktop/src/components/call/CallModel.hpp +++ b/linphone-desktop/src/components/call/CallModel.hpp @@ -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;