mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-13 00:44:34 +00:00
Minor formatting issues inside desktop/
This commit is contained in:
parent
5a278780a0
commit
4b7eb54511
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user