Move gestures overview from qtdoc to qtbase; mention Qt Quick
authorShawn Rutledge <shawn.rutledge@digia.com>
Fri, 30 Nov 2012 18:30:12 +0000 (19:30 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 1 Dec 2012 09:31:20 +0000 (10:31 +0100)
commitb32d7bc96d44d46781256e7ef9b4d1e09c18ed2e
treeae6c909ca7691ab094b93abdc423463d77d637f4
parentf1cc2aaea9440af57ce6c0df5179ef4f5e184675
Move gestures overview from qtdoc to qtbase; mention Qt Quick

On the one hand this doc reads like an overview, but didn't mention
Qt Quick; on the other, the gestures framework is questionable,
and in any case is solidly in the widgets module, not reusable for
Qt Quick.  So, just added some comments at the end to make it clear
that Qt Quick takes a different approach.  Also changed the relevant
links because the title has changed.

Change-Id: I66a0c0c106f496de26fb8947e90826ef39ccfddd
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
src/widgets/doc/src/gestures.qdoc [new file with mode: 0644]
src/widgets/kernel/qgesture.cpp
src/widgets/kernel/qgesturerecognizer.cpp
src/widgets/util/qflickgesture.cpp