diff --git a/src/camera.cpp b/src/camera.cpp index 4230da8..173e141 100644 --- a/src/camera.cpp +++ b/src/camera.cpp @@ -317,7 +317,7 @@ bool EventLoop::exec() for (auto i : rmIndx) { - shared->recList.remove(i); + shared->recList.removeAt(i); } shared->recMutex.unlock();