2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

New profiles Xcode build ready, couple of retina-support bugs fixed.

This commit is contained in:
John Preston
2016-06-06 14:35:49 +03:00
parent 4ef5596fbc
commit 1c0548d1e8
14 changed files with 685 additions and 368 deletions

View File

@@ -49,8 +49,8 @@ constexpr int kErrorCouldNotWrite = 845;
} // namespace
SpriteGenerator::SpriteGenerator(const structure::Module &module, bool forceReGenerate)
: forceReGenerate_(forceReGenerate)
, module_(module)
: module_(module)
, forceReGenerate_(forceReGenerate)
, basePath_(QFileInfo(module.filepath()).dir().absolutePath()) {
}