From e86df8cc4b6a522fac909687d48b269c7f5108b6 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 20 Sep 2011 23:22:36 +0200 Subject: Move the documentation for the classes to their modules. All documented classes under src/widgets should now be under the QtWidgets module in the documentation. The QtPrintSupport classes should now be under the QtPrintSupport module in the documentation. Change-Id: I236b15443b8b93a61578a1d10f52b64dba938f29 Reviewed-on: http://codereview.qt-project.org/5520 Reviewed-by: Casper van Donderen --- util/s60theme/main.cpp | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'util/s60theme') diff --git a/util/s60theme/main.cpp b/util/s60theme/main.cpp index 337775c5d2..d39d0b1769 100644 --- a/util/s60theme/main.cpp +++ b/util/s60theme/main.cpp @@ -42,7 +42,39 @@ #include #include "s60themeconvert.h" +<<<<<<< HEAD int help() +======= +#ifndef QT_NO_ACCESSIBILITY + +#include "qaccessible.h" + +QT_BEGIN_NAMESPACE + +/*! + \class QAccessiblePlugin + \brief The QAccessiblePlugin class provides an abstract base for + accessibility plugins. + + \ingroup plugins + \ingroup accessibility + \inmodule QtWidgets + + Writing an accessibility plugin is achieved by subclassing this + base class, reimplementing the pure virtual functions keys() and + create(), and exporting the class with the Q_EXPORT_PLUGIN2() + macro. + + \sa QAccessibleBridgePlugin, {How to Create Qt Plugins} +*/ + +/*! + Constructs an accessibility plugin with the given \a parent. This + is invoked automatically by the Q_EXPORT_PLUGIN2() macro. +*/ +QAccessiblePlugin::QAccessiblePlugin(QObject *parent) + : QObject(parent) +>>>>>>> Move the documentation for the classes to their modules. { qDebug() << "Usage: s60theme [modeldir|theme.tdf] output.blob"; qDebug() << ""; -- cgit v1.2.3