aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipedelegate_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-11-18 15:09:49 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-11-18 17:38:20 +0000
commit236491b5b562066381be8ea2fd08f88a9b4dc2ed (patch)
tree12bfc19e3bd0ab8d99aef9c959794781657c9ccc /src/quicktemplates2/qquickswipedelegate_p.h
parent1eeeca9d202ceaf11b2935ebe590a85145d33ef5 (diff)
SwipeDelegate: comment out the revision of swipe.completed()
The QML engine cannot handle revisioned grouped or attached properties: import QtQuick.Controls 2.1 SwipeDelegate { swipe.onCompleted: { } } => ".onCompleted" is not available due to component versioning." Change-Id: I5bc944aeac7c7f16f482208a523110ccaa42241b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickswipedelegate_p.h')
-rw-r--r--src/quicktemplates2/qquickswipedelegate_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickswipedelegate_p.h b/src/quicktemplates2/qquickswipedelegate_p.h
index 49f6c939..ae23672b 100644
--- a/src/quicktemplates2/qquickswipedelegate_p.h
+++ b/src/quicktemplates2/qquickswipedelegate_p.h
@@ -134,7 +134,7 @@ public:
Q_SIGNALS:
void positionChanged();
void completeChanged();
- Q_REVISION(1) void completed();
+ /*Q_REVISION(1)*/ void completed();
void leftChanged();
void behindChanged();
void rightChanged();