mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 14:48:15 +00:00
fix(CallModel): coding style
This commit is contained in:
parent
5cd97cb5c6
commit
5cb47b0eea
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ public:
|
|||
|
||||
Q_ENUM(CallEncryption);
|
||||
|
||||
CallModel (std::shared_ptr<linphone::Call> linphoneCall);
|
||||
CallModel (std::shared_ptr<linphone::Call> call);
|
||||
~CallModel ();
|
||||
|
||||
std::shared_ptr<linphone::Call> getCall () const {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue