summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativegeoboundingcircle_p.h
diff options
context:
space:
mode:
authorabcd <qt_abcd1@ovi.com>2011-07-12 15:06:56 +1000
committerabcd <qt_abcd1@ovi.com>2011-07-12 07:44:48 +0200
commit31b9ab4141bfc5b2c548e8385d91c90944c91f63 (patch)
treeb61937f74d2d536edb76da7b27dd700498c8f6b3 /src/imports/location/qdeclarativegeoboundingcircle_p.h
parent402d3210e78827b46b1434b723b21d208ca9b365 (diff)
downloadqtlocation-31b9ab4141bfc5b2c548e8385d91c90944c91f63.tar.gz
Add in a declarative bounding area
The bounding area is abstract an inherited off by the boundingbox and bounding circle Change-Id: Idbbd39fe3acadbbc463ddcce3d18e0220d1c2b30 Reviewed-on: http://codereview.qt.nokia.com/1474 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com> Reviewed-by: abcd <qt_abcd1@ovi.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeoboundingcircle_p.h')
-rw-r--r--src/imports/location/qdeclarativegeoboundingcircle_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeoboundingcircle_p.h b/src/imports/location/qdeclarativegeoboundingcircle_p.h
index 0dcb625d..d101c677 100644
--- a/src/imports/location/qdeclarativegeoboundingcircle_p.h
+++ b/src/imports/location/qdeclarativegeoboundingcircle_p.h
@@ -42,6 +42,7 @@
#ifndef QDECLARATIVEGEOBOUNDINGCIRCLE_P_H
#define QDECLARATIVEGEOBOUNDINGCIRCLE_P_H
+#include "qdeclarativegeoboundingarea_p.h"
#include "qdeclarativecoordinate_p.h"
#include <qgeoboundingcircle.h>
@@ -51,7 +52,7 @@
QTM_BEGIN_NAMESPACE
-class QDeclarativeGeoBoundingCircle : public QObject
+class QDeclarativeGeoBoundingCircle : public QDeclarativeGeoBoundingArea
{
Q_OBJECT
Q_PROPERTY(QDeclarativeCoordinate* center READ center WRITE setCenter NOTIFY centerChanged)