summaryrefslogtreecommitdiff
path: root/src/location/qlocationglobal.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-04 11:40:46 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-04 13:52:27 +0000
commit255e58fe67885dc47e25e685ac3666c514d60740 (patch)
treed47f642415a535fb9830ea2a3f35dc5a4366b583 /src/location/qlocationglobal.h
parent7e8cdbcc24c340bdd874c107211bbf9ee76b5caa (diff)
downloadqtlocation-255e58fe67885dc47e25e685ac3666c514d60740.tar.gz
QtLocation: Fix build warnings
QtLocation: WARNING: qtlocation/src/location/qlocationglobal.h includes qlocation.h when it should include QtLocation/qlocation.h QtLocation: WARNING: qtlocation/src/location/labs/qsg/qqsgmapobject_p.h does not have the "We mean it." warning Amends 2782765e20ba3bc6af92375574456fd54d4243f7. Change-Id: I6c225c8af70ebc5753b3b20aec1900efd1bc2c5c Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/location/qlocationglobal.h')
-rw-r--r--src/location/qlocationglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/qlocationglobal.h b/src/location/qlocationglobal.h
index e7355f04..ee3d9c8c 100644
--- a/src/location/qlocationglobal.h
+++ b/src/location/qlocationglobal.h
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
#endif
#ifdef Q_CLANG_QDOC
-#include "qlocation.h"
+#include "QtLocation/qlocation.h"
#endif
QT_END_NAMESPACE