From 99d5decbcfbce35b6d20f816a07c5ed1625aadae Mon Sep 17 00:00:00 2001 From: Jan-Arve Saether Date: Thu, 23 Feb 2012 23:09:06 +0100 Subject: Make accessible interfaces private for Qt 5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we're not yet confident if they serve their purpose well enough, we have decided to make them internal so that we are free to tune them later Change-Id: Id79d154e0537aca07303afea5d057cfcb0773384 Reviewed-by: Morten Johan Sørvig --- src/gui/accessible/qaccessibleplugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/accessible/qaccessibleplugin.cpp') diff --git a/src/gui/accessible/qaccessibleplugin.cpp b/src/gui/accessible/qaccessibleplugin.cpp index 8823d63b79..c2fe9c7a7a 100644 --- a/src/gui/accessible/qaccessibleplugin.cpp +++ b/src/gui/accessible/qaccessibleplugin.cpp @@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE \class QAccessiblePlugin \brief The QAccessiblePlugin class provides an abstract base for accessibility plugins. + \internal \ingroup plugins \ingroup accessibility -- cgit v1.2.3