mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
avoid lock in QFutureInterfaceBase::isResultReadyAt()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
c3180313a0
commit
3048bf8887
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ void QFutureInterfaceBase::setThrottled(bool enable)
|
|||
|
||||
bool QFutureInterfaceBase::isResultReadyAt(int index) const
|
||||
{
|
||||
QMutexLocker lock(&d->m_mutex);
|
||||
return d->internal_isResultReadyAt(index);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue