summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-04-18 11:01:04 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-04-19 07:05:19 +0000
commitbacfd5b05c161d111edde167cb719b83b1f2d71c (patch)
treef3891835435206a431ebbb7c2f4de6d00b56df26
parenta92696ec3675faf3cfb3dfcf5e649f4bcb0a99ca (diff)
downloadqtlocation-bacfd5b05c161d111edde167cb719b83b1f2d71c.tar.gz
Add QML revision info to new QML signals in geomapitembase
Change-Id: I5c3e45a5d44f3f7f5c3ecda6823035aae07ae825 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
-rw-r--r--src/location/declarativemaps/qdeclarativegeomapitembase_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapitembase_p.h b/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
index 603bcafd..7a284e8a 100644
--- a/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
+++ b/src/location/declarativemaps/qdeclarativegeomapitembase_p.h
@@ -132,8 +132,8 @@ public:
Q_SIGNALS:
void mapItemOpacityChanged();
- void enterTransitionFinished();
- void exitTransitionFinished();
+ Q_REVISION(11) void enterTransitionFinished();
+ Q_REVISION(11) void exitTransitionFinished();
protected Q_SLOTS:
virtual void afterChildrenChanged();