Clean up code.

This commit is contained in:
Black Hat
2018-03-06 19:11:39 +08:00
parent b1d7840882
commit 788b17e06f
6 changed files with 104 additions and 103 deletions

View File

@@ -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;