Commit 9b13de10 authored by Ronan Abhamon's avatar Ronan Abhamon

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

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