v3.1.t1
-Fixed the compile error for older versions of QT.
This commit is contained in:
parent
5f9c4be6b2
commit
c17f74bea9
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user