From 9b321d771a7fe2e0d75ebf97ce13fa877e963f99 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Fri, 14 Apr 2017 11:03:02 +0200 Subject: QQuickFlickable: Remove an obviously stale comment These properties all have proper documentation now Change-Id: Ie65221de468cac18b916506432097843e7921fed Reviewed-by: Shawn Rutledge --- src/quick/items/qquickflickable.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/quick/items/qquickflickable.cpp') diff --git a/src/quick/items/qquickflickable.cpp b/src/quick/items/qquickflickable.cpp index f4dce3ea47..1c732f9157 100644 --- a/src/quick/items/qquickflickable.cpp +++ b/src/quick/items/qquickflickable.cpp @@ -564,18 +564,6 @@ void QQuickFlickablePrivate::updateBeginningEnd() visibleArea->updateVisible(); } -/* -XXXTODO add docs describing moving, dragging, flicking properties, e.g. - -When the user starts dragging the Flickable, the dragging and moving properties -will be true. - -If the velocity is sufficient when the drag is ended, flicking may begin. - -The moving properties will remain true until all dragging and flicking -is finished. -*/ - /*! \qmlsignal QtQuick::Flickable::dragStarted() -- cgit v1.2.3