Commit 25b73f06 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/call/CallModel): replace snake to camel case

parent ec508716
...@@ -126,7 +126,7 @@ private: ...@@ -126,7 +126,7 @@ private:
QVariantList getAudioStats () const; QVariantList getAudioStats () const;
QVariantList getVideoStats () 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; QString iceStateToString (linphone::IceState state) const;
bool mPausedByRemote = false; bool mPausedByRemote = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment