From d2ca87066004c48764cb56e70f5fcdb6681513b1 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Fri, 17 Mar 2017 15:32:11 +0100 Subject: Make overloaded function appear in assistant index When there are overloaded function for one class, at least one of them mustn't possess \overload command, otherwise it won't appear at all in doc index. Task-number: QTBUG-59506 Change-Id: I650a3969cb45c1a5efdfc3a654e01d113c398f16 Reviewed-by: Martin Smith --- src/widgets/widgets/qtoolbar.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/widgets/widgets/qtoolbar.cpp') diff --git a/src/widgets/widgets/qtoolbar.cpp b/src/widgets/widgets/qtoolbar.cpp index 4e90bce69d..4af71c126e 100644 --- a/src/widgets/widgets/qtoolbar.cpp +++ b/src/widgets/widgets/qtoolbar.cpp @@ -743,8 +743,6 @@ void QToolBar::clear() } /*! - \overload - Creates a new action with the given \a text. This action is added to the end of the toolbar. */ -- cgit v1.2.3