Compile fix for QT_NO_ACCESSIBILITY
Change-Id: I251518566f114e0e5528304c908bcaef0f026c67 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
This commit is contained in:
parent
eedf16c96f
commit
efa2913e09
@ -448,6 +448,8 @@ QT_BEGIN_NAMESPACE
|
|||||||
\sa QAccessibleInterface::interface_cast(), QAccessibleTextInterface, QAccessibleValueInterface, QAccessibleActionInterface, QAccessibleTableInterface, QAccessibleTableCellInterface
|
\sa QAccessibleInterface::interface_cast(), QAccessibleTextInterface, QAccessibleValueInterface, QAccessibleActionInterface, QAccessibleTableInterface, QAccessibleTableCellInterface
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef QT_NO_ACCESSIBILITY
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Destroys the QAccessibleInterface.
|
Destroys the QAccessibleInterface.
|
||||||
*/
|
*/
|
||||||
@ -461,7 +463,6 @@ QAccessibleInterface::~QAccessibleInterface()
|
|||||||
Synonym for unsigned, used by the QAccessibleInterface cache.
|
Synonym for unsigned, used by the QAccessibleInterface cache.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef QT_NO_ACCESSIBILITY
|
|
||||||
|
|
||||||
/* accessible widgets plugin discovery stuff */
|
/* accessible widgets plugin discovery stuff */
|
||||||
#ifndef QT_NO_LIBRARY
|
#ifndef QT_NO_LIBRARY
|
||||||
|
Loading…
Reference in New Issue
Block a user