mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-02 18:36:24 +00:00
feat(src/components/calls/CallsListModel): use a direction connection to deal with call states
This commit is contained in:
parent
2ae919f282
commit
9b13de1084
1 changed files with 3 additions and 1 deletions
|
|
@ -74,7 +74,9 @@ CallsListModel::CallsListModel (QObject *parent) : QAbstractListModel(parent) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
},
|
||||
// Necessary to avoid a segfault if a video stream exists.
|
||||
Qt::DirectConnection
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue