feat(src/components/calls/CallsListModel): use a direction connection to deal with call states

This commit is contained in:
Ronan Abhamon 2017-03-16 10:03:22 +01:00
parent 2ae919f282
commit 9b13de1084

View file

@ -74,7 +74,9 @@ CallsListModel::CallsListModel (QObject *parent) : QAbstractListModel(parent) {
default:
break;
}
}
},
// Necessary to avoid a segfault if a video stream exists.
Qt::DirectConnection
);
}