mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
feat(src/components/call/CallModel): add assert when one instance is created
This commit is contained in:
parent
fc101bd878
commit
69da806f46
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
// =============================================================================
|
||||
|
||||
CallModel::CallModel (shared_ptr<linphone::Call> linphone_call) {
|
||||
Q_ASSERT(linphone_call != nullptr);
|
||||
m_linphone_call = linphone_call;
|
||||
|
||||
// Deal with auto-answer.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue