diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-02-08 19:08:29 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-02-14 14:05:04 +0000 |
commit | d50b412bb54644470d7f7f61c6797ba394716890 (patch) | |
tree | 2f473a1099411f41fb89ed42cdbe9cff77fcbecd /src/location/maps/qgeoroutereply.cpp | |
parent | e5202eac7c4005aaf1020b2d0f863287dedbe51b (diff) | |
download | qtlocation-d50b412bb54644470d7f7f61c6797ba394716890.tar.gz |
Remove moc_* inclusions from source files
Change-Id: I7385348d7b6ec22fa92ed1be65f89e262c38b5c0
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/maps/qgeoroutereply.cpp')
-rw-r--r-- | src/location/maps/qgeoroutereply.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroutereply.cpp b/src/location/maps/qgeoroutereply.cpp index 6f7b3129..48450bd8 100644 --- a/src/location/maps/qgeoroutereply.cpp +++ b/src/location/maps/qgeoroutereply.cpp @@ -274,6 +274,4 @@ QGeoRouteReplyPrivate::QGeoRouteReplyPrivate(QGeoRouteReply::Error error, QStrin QGeoRouteReplyPrivate::~QGeoRouteReplyPrivate() {} -#include "moc_qgeoroutereply.cpp" - QT_END_NAMESPACE |