diff options
author | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-06-18 14:41:17 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@theqtcompany.com> | 2015-07-13 13:26:22 +0000 |
commit | a64e4ca46b695099cf8b08eefd5131e5ae5aa42a (patch) | |
tree | 893b9f379c59e91cbf9945661da3a92ea38aad69 /src/imports/location | |
parent | 13baada9dd9610ba6df1892e6f693507a9c05eff (diff) | |
download | qtlocation-a64e4ca46b695099cf8b08eefd5131e5ae5aa42a.tar.gz |
Rename files qdeclarativegeomapgesturearea to qquickgeomapgesturearea
This change is a part of qdeclarativegeomapgesturearea becoming a
qquickitem
Change-Id: If997ff3839c4b0a84344ac3db83b1266bcef52e2
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/imports/location')
-rw-r--r-- | src/imports/location/location.pro | 4 | ||||
-rw-r--r-- | src/imports/location/qdeclarativegeomap_p.h | 2 | ||||
-rw-r--r-- | src/imports/location/qquickgeomapgesturearea.cpp (renamed from src/imports/location/qdeclarativegeomapgesturearea.cpp) | 4 | ||||
-rw-r--r-- | src/imports/location/qquickgeomapgesturearea_p.h (renamed from src/imports/location/qdeclarativegeomapgesturearea_p.h) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/location/location.pro b/src/imports/location/location.pro index 69cd7bc4..254802e4 100644 --- a/src/imports/location/location.pro +++ b/src/imports/location/location.pro @@ -25,9 +25,9 @@ HEADERS += \ qdeclarativeroutemapitem_p.h \ qgeomapitemgeometry_p.h \ qdeclarativegeomapcopyrightsnotice_p.h \ - qdeclarativegeomapgesturearea_p.h \ error_messages.h \ locationvaluetypehelper_p.h\ + qquickgeomapgesturearea_p.h\ ../positioning/qquickgeocoordinateanimation_p.h SOURCES += \ @@ -50,9 +50,9 @@ SOURCES += \ qdeclarativeroutemapitem.cpp \ qgeomapitemgeometry.cpp \ qdeclarativegeomapcopyrightsnotice.cpp \ - qdeclarativegeomapgesturearea.cpp \ error_messages.cpp \ locationvaluetypehelper.cpp \ + qquickgeomapgesturearea.cpp \ ../positioning/qquickgeocoordinateanimation.cpp include(declarativeplaces/declarativeplaces.pri) diff --git a/src/imports/location/qdeclarativegeomap_p.h b/src/imports/location/qdeclarativegeomap_p.h index ddbb8018..3519abc3 100644 --- a/src/imports/location/qdeclarativegeomap_p.h +++ b/src/imports/location/qdeclarativegeomap_p.h @@ -39,7 +39,7 @@ #include "qgeoserviceprovider.h" #include "qdeclarativegeomapitemview_p.h" -#include "qdeclarativegeomapgesturearea_p.h" +#include "qquickgeomapgesturearea_p.h" #include "qgeocameradata_p.h" #include <QtQuick/QQuickItem> #include <QtCore/QPointer> diff --git a/src/imports/location/qdeclarativegeomapgesturearea.cpp b/src/imports/location/qquickgeomapgesturearea.cpp index c321b4f4..4405fc25 100644 --- a/src/imports/location/qdeclarativegeomapgesturearea.cpp +++ b/src/imports/location/qquickgeomapgesturearea.cpp @@ -34,7 +34,7 @@ ** ****************************************************************************/ -#include "qdeclarativegeomapgesturearea_p.h" +#include "qquickgeomapgesturearea_p.h" #include "qdeclarativegeomap_p.h" #include "qgeomapcontroller_p.h" #include "error_messages.h" @@ -1245,6 +1245,6 @@ void QDeclarativeGeoMapGestureArea::handleFlickAnimationStopped() -#include "moc_qdeclarativegeomapgesturearea_p.cpp" +#include "moc_qquickgeomapgesturearea_p.cpp" QT_END_NAMESPACE diff --git a/src/imports/location/qdeclarativegeomapgesturearea_p.h b/src/imports/location/qquickgeomapgesturearea_p.h index aa403379..aa403379 100644 --- a/src/imports/location/qdeclarativegeomapgesturearea_p.h +++ b/src/imports/location/qquickgeomapgesturearea_p.h |