diff options
author | Qt Forward Merge Bot <[email protected]> | 2020-03-11 01:00:07 +0100 |
---|---|---|
committer | Qt Forward Merge Bot <[email protected]> | 2020-03-11 01:00:07 +0100 |
commit | 9bd034ea01d01dcc4598c3e3e25e91d0b53a2cda (patch) | |
tree | 5b7ca3a1477b0d7733a16abcecf85043a88c442d /src/quick/items/qquickdrag.cpp | |
parent | 707f78086982f15dc4b2d6129f0b983d01cb9626 (diff) | |
parent | 1d79bef288623fca8c7cc3fc2c49860b6e2abedb (diff) |
Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: I0d32fc5b99f8c9e4acb922fffe4dd5f3c5be553c
Diffstat (limited to 'src/quick/items/qquickdrag.cpp')
-rw-r--r-- | src/quick/items/qquickdrag.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/quick/items/qquickdrag.cpp b/src/quick/items/qquickdrag.cpp index 117daef924..3f32fc5243 100644 --- a/src/quick/items/qquickdrag.cpp +++ b/src/quick/items/qquickdrag.cpp @@ -745,8 +745,6 @@ void QQuickDragAttached::cancel() This signal is emitted when a drag is started with the \l startDrag() method or when it is started automatically using the \l dragType property. - - The corresponding handler is \c onDragStarted. */ /*! @@ -757,8 +755,6 @@ void QQuickDragAttached::cancel() \a dropAction holds the action accepted by the target item. - The corresponding handler is \c onDragFinished. - \sa drop() */ |