summaryrefslogtreecommitdiffstats
path: root/src/location/qgeorectangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/qgeorectangle.h')
-rw-r--r--src/location/qgeorectangle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/qgeorectangle.h b/src/location/qgeorectangle.h
index f031ab0b..3409730e 100644
--- a/src/location/qgeorectangle.h
+++ b/src/location/qgeorectangle.h
@@ -128,6 +128,8 @@ private:
inline const QGeoRectanglePrivate *d_func() const;
};
+Q_DECLARE_TYPEINFO(QGeoRectangle, Q_MOVABLE_TYPE);
+
inline QGeoRectangle QGeoRectangle::operator|(const QGeoRectangle &rectangle) const
{
return united(rectangle);