master
acetone 2022-11-30 18:16:21 +03:00
parent 4b6b6727ae
commit d04528fe58
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ void HttpServer::writeRegularPage(QTcpSocket *socket, QString &urlPath, bool isH
rgxIsValid = true;
}
if (searchMtx.try_lock())
if (searchMtx.tryLock())
{
QMutexLocker lock (&searchMtx);