From 65a7648329fc710c200ce238c339e4f1e6873d1f Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 2 Mar 2020 14:45:49 +0100 Subject: [PATCH] Doc: Remove incorrect see-also link The link is actually a self-reference; setCurrentSection() is setter for the currentSection property, and has no dedicated documentation. Change-Id: I4977650566913c590d46aede92d8678b7b7ea291 Reviewed-by: Paul Wicking --- src/widgets/widgets/qdatetimeedit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widgets/widgets/qdatetimeedit.cpp b/src/widgets/widgets/qdatetimeedit.cpp index c52bb89f28..d145985c1d 100644 --- a/src/widgets/widgets/qdatetimeedit.cpp +++ b/src/widgets/widgets/qdatetimeedit.cpp @@ -691,8 +691,6 @@ QDateTimeEdit::Sections QDateTimeEdit::displayedSections() const \property QDateTimeEdit::currentSection \brief The current section of the spinbox. - - \sa setCurrentSection() */ QDateTimeEdit::Section QDateTimeEdit::currentSection() const