-Fixed the compile error for older versions of QT.
This commit is contained in:
Zii 2023-06-20 18:02:35 -04:00
parent 5f9c4be6b2
commit c17f74bea9

View File

@ -317,7 +317,7 @@ bool EventLoop::exec()
for (auto i : rmIndx) for (auto i : rmIndx)
{ {
shared->recList.remove(i); shared->recList.removeAt(i);
} }
shared->recMutex.unlock(); shared->recMutex.unlock();