diff options
author | alex <alex.blasche@nokia.com> | 2011-10-18 12:37:05 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-19 02:25:37 +0200 |
commit | 7e829d3b686be2e01dfe5ba0bea943b301a15c2a (patch) | |
tree | a98b99e5bef5e1d279e0f330f7b0dade31c80e9f /src/location/maps/qgeomaneuver.h | |
parent | 52ebb5a9db7f70a216de56dffb6d5d064a3cb2a2 (diff) | |
download | qtlocation-7e829d3b686be2e01dfe5ba0bea943b301a15c2a.tar.gz |
Remove QT_MODULE(Location) from public Location classes
Removing all location related defines from qglobal.h causes this macro
to fail. It seems that it is no longer used in new modules.
Change-Id: Ifbfa6f7f40a419e0890a4611bab7e2d681f63a04
Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/location/maps/qgeomaneuver.h')
-rw-r--r-- | src/location/maps/qgeomaneuver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h index 3f52ff12..4ed7130c 100644 --- a/src/location/maps/qgeomaneuver.h +++ b/src/location/maps/qgeomaneuver.h @@ -49,7 +49,7 @@ QT_BEGIN_HEADER QT_BEGIN_NAMESPACE -QT_MODULE(Location) + class QString; |