diff options
Diffstat (limited to 'src/location/mapsgl/tilespec.h')
-rw-r--r-- | src/location/mapsgl/tilespec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/mapsgl/tilespec.h b/src/location/mapsgl/tilespec.h index 6ad6eeb7..5d29a3eb 100644 --- a/src/location/mapsgl/tilespec.h +++ b/src/location/mapsgl/tilespec.h @@ -82,10 +82,10 @@ unsigned int qHash(const TileSpec &spec); QDebug operator<<(QDebug, const TileSpec &); -Q_DECLARE_METATYPE(TileSpec) - QT_END_NAMESPACE +Q_DECLARE_METATYPE(TileSpec) + QT_END_HEADER #endif // TILESPEC_H |