Clean up code.
This commit is contained in:
@@ -57,7 +57,7 @@ QImage ImageProvider::requestImage(const QString& id,
|
||||
condition.wait(&m_lock);
|
||||
}
|
||||
|
||||
if( pSize != nullptr )
|
||||
if(pSize != nullptr)
|
||||
*pSize = result.size();
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user