From c64ad695fae9e29c6e3760f44519ccbc752387fe Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 2 Jan 2017 12:17:08 +0100 Subject: [PATCH] doc: Removed two cases of // static They were preventing clangqdoc from matching two qdoc comments with the functions they are meant to document. Change-Id: I51fea7957debc6fbfc89eb1a531ba8f39a34410a Reviewed-by: Martin Smith --- src/widgets/kernel/qgesture.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widgets/kernel/qgesture.cpp b/src/widgets/kernel/qgesture.cpp index 2f33066389..3962cbe6c5 100644 --- a/src/widgets/kernel/qgesture.cpp +++ b/src/widgets/kernel/qgesture.cpp @@ -819,7 +819,6 @@ void QTapAndHoldGesture::setPosition(const QPointF &value) later the touch is still down, it will trigger the QTapAndHoldGesture. The default value is 700 milliseconds. */ -// static void QTapAndHoldGesture::setTimeout(int msecs) { QTapAndHoldGesturePrivate::Timeout = msecs; @@ -832,7 +831,6 @@ void QTapAndHoldGesture::setTimeout(int msecs) later the touch is still down, it will trigger the QTapAndHoldGesture. The default value is 700 milliseconds. */ -// static int QTapAndHoldGesture::timeout() { return QTapAndHoldGesturePrivate::Timeout;