diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-04-28 16:41:50 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-05-03 07:49:44 +0000 |
commit | cd0f0f577d283b3a5f45d2d8707703f551ac9573 (patch) | |
tree | 504fd823c0d1cc7f11aa7b5ac33051f00965c861 /src/positioning/qgeoshape_p.h | |
parent | a2ea3f872c45150e5485134e69d65b474f1f996b (diff) | |
download | qtlocation-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_p.h')
-rw-r--r-- | src/positioning/qgeoshape_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/positioning/qgeoshape_p.h b/src/positioning/qgeoshape_p.h index 251e872c..f8380654 100644 --- a/src/positioning/qgeoshape_p.h +++ b/src/positioning/qgeoshape_p.h @@ -53,7 +53,7 @@ #include <QtCore/QSharedData> -#include "qgeoshape.h" +#include "qgeorectangle.h" QT_BEGIN_NAMESPACE |