Skip to content

Commit

Permalink
Fixed compile against Qt 5
Browse files Browse the repository at this point in the history
Not sure why Qt 6 didn't need these missing metatype declarations.
  • Loading branch information
bjorn committed Sep 4, 2024
1 parent f13fd5c commit aa9fd8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libtiled/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -791,3 +791,5 @@ Q_DECLARE_METATYPE(Tiled::Map*)
Q_DECLARE_METATYPE(Tiled::Map::Orientation)
Q_DECLARE_METATYPE(Tiled::Map::LayerDataFormat)
Q_DECLARE_METATYPE(Tiled::Map::RenderOrder)
Q_DECLARE_METATYPE(Tiled::Map::StaggerAxis)
Q_DECLARE_METATYPE(Tiled::Map::StaggerIndex)

0 comments on commit aa9fd8c

Please sign in to comment.