summaryrefslogtreecommitdiff
path: root/src/positioning/qgeoshape.cpp
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-04-28 16:41:50 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-05-03 07:49:44 +0000
commitcd0f0f577d283b3a5f45d2d8707703f551ac9573 (patch)
tree504fd823c0d1cc7f11aa7b5ac33051f00965c861 /src/positioning/qgeoshape.cpp
parenta2ea3f872c45150e5485134e69d65b474f1f996b (diff)
downloadqtlocation-cd0f0f577d283b3a5f45d2d8707703f551ac9573.tar.gz
Move QGeoRectangle definition inside qgeorectangle.h
Change-Id: I7d0bb4eac89ca9a018f71faa9d73f62d97a24085 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/positioning/qgeoshape.cpp')
-rw-r--r--src/positioning/qgeoshape.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/positioning/qgeoshape.cpp b/src/positioning/qgeoshape.cpp
index 73dccaa4..ad7b0c58 100644
--- a/src/positioning/qgeoshape.cpp
+++ b/src/positioning/qgeoshape.cpp
@@ -425,4 +425,6 @@ QDataStream &operator>>(QDataStream &stream, QGeoShape &shape)
}
#endif
+#include "moc_qgeoshape.cpp"
+
QT_END_NAMESPACE