From c17f74bea99ce47fac821072d22a3ec90e282e7a Mon Sep 17 00:00:00 2001 From: Zii Date: Tue, 20 Jun 2023 18:02:35 -0400 Subject: [PATCH] v3.1.t1 -Fixed the compile error for older versions of QT. --- src/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();