Minor formatting issues inside desktop/

This commit is contained in:
David Capello 2016-04-28 14:47:53 -03:00
parent 5a278780a0
commit 4b7eb54511
3 changed files with 6 additions and 5 deletions

View File

@ -20,7 +20,8 @@ extern "C"
}
};
bool AsepriteThumbCreator::create(const QString& path, int width, int height, QImage& img ) {
bool AsepriteThumbCreator::create(const QString& path, int width, int height, QImage& img)
{
QProcess process;
QStringList list;
QString tmpFile = QString(QCryptographicHash::hash(path.toLocal8Bit(),QCryptographicHash::Md5).toHex());