From 6028e16b8693c8c7403fd4e5341c52beb33e5613 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Tue, 12 May 2020 14:23:58 +0200 Subject: Remove deprecated QAccessible::updateAccessibility overload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib953e584685804b0f34ec6b305e2a9a6b8062c07 Reviewed-by: Jan Arve Sæther --- src/gui/accessible/qaccessible.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/gui/accessible/qaccessible.cpp') diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp index 6edcd7befa..973c19b3bf 100644 --- a/src/gui/accessible/qaccessible.cpp +++ b/src/gui/accessible/qaccessible.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtGui module of the Qt Toolkit. @@ -875,15 +875,6 @@ void QAccessible::updateAccessibility(QAccessibleEvent *event) pfAccessibility->notifyAccessibilityUpdate(event); } -#if QT_DEPRECATED_SINCE(5, 0) -/*! - \obsolete - \fn void QAccessible::updateAccessibility(QObject *object, int child, Event reason); - - \brief Use QAccessible::updateAccessibility(QAccessibleEvent*) instead. -*/ -#endif - /*! \internal \brief getBoundaries is a helper function to find the accessible text boundaries for QTextCursor based documents. -- cgit v1.2.3