Scoped enums.

This commit is contained in:
Leonardo Zide
2021-11-14 19:10:16 -08:00
parent 7d884e6b5f
commit 2a24933fa8
12 changed files with 80 additions and 78 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void lcStringCache::CacheStrings(const QStringList& Strings)
return;
Image TextureImage;
TextureImage.Allocate(256, 256, LC_PIXEL_FORMAT_L8A8);
TextureImage.Allocate(256, 256, lcPixelFormat::L8A8);
QImage Image(128, 128, QImage::Format_ARGB32);
QPainter Painter;