summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouterequest.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-02-23 15:47:11 -0800
committerThiago Macieira <thiago.macieira@intel.com>2013-02-24 18:27:13 +0100
commit89828520943c1e84fa42adf0bf3c33eba5bf13e8 (patch)
treec8c8415d7cb15ce13b3e040d5acf69967e4add9a /src/location/maps/qgeorouterequest.h
parent966e2b7cb14aebe89589af77c68980dfba8d1b82 (diff)
downloadqtlocation-89828520943c1e84fa42adf0bf3c33eba5bf13e8.tar.gz
Fix header self-contained compilation: QGeoCoordinate must be declared
It's required because of QList<QGeoCoordinate> used in a parameter. Change-Id: Ica9c3854f96b96a8fc1e02f7de336b1137677635 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/location/maps/qgeorouterequest.h')
-rw-r--r--src/location/maps/qgeorouterequest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeorouterequest.h b/src/location/maps/qgeorouterequest.h
index 16793130..7eb3fcba 100644
--- a/src/location/maps/qgeorouterequest.h
+++ b/src/location/maps/qgeorouterequest.h
@@ -47,10 +47,10 @@
#include <QDateTime>
#include <QtLocation/qlocationglobal.h>
+#include <QtLocation/qgeocoordinate.h>
QT_BEGIN_NAMESPACE
-class QGeoCoordinate;
class QGeoRectangle;
class QGeoRouteRequestPrivate;