Combine QImage::flip version checks

This commit is contained in:
GriffinR
2025-05-19 16:15:19 -04:00
parent e46f07f927
commit af335b82e2
8 changed files with 41 additions and 35 deletions

View File

@@ -18,6 +18,9 @@ public:
uint16_t palette:4;
uint16_t rawValue() const;
Qt::Orientations orientation() const;
void flip(QImage *image) const;
static int getIndexInTileset(int);
static const uint16_t maxValue;