summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-01-19 13:07:01 +0100
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-01-28 14:10:55 +0000
commitefa2913e0913774c40bba3aedf91a9722a020d6b (patch)
tree1db845556065f3120aee7dab41e8d6c6c78df296
parenteedf16c96fc9f3307087837785202ec3296df213 (diff)
Compile fix for QT_NO_ACCESSIBILITY
Change-Id: I251518566f114e0e5528304c908bcaef0f026c67 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-rw-r--r--src/gui/accessible/qaccessible.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp
index ae8a7286a9..739f2a1c61 100644
--- a/src/gui/accessible/qaccessible.cpp
+++ b/src/gui/accessible/qaccessible.cpp
@@ -448,6 +448,8 @@ QT_BEGIN_NAMESPACE
\sa QAccessibleInterface::interface_cast(), QAccessibleTextInterface, QAccessibleValueInterface, QAccessibleActionInterface, QAccessibleTableInterface, QAccessibleTableCellInterface
*/
+#ifndef QT_NO_ACCESSIBILITY
+
/*!
Destroys the QAccessibleInterface.
*/
@@ -461,7 +463,6 @@ QAccessibleInterface::~QAccessibleInterface()
Synonym for unsigned, used by the QAccessibleInterface cache.
*/
-#ifndef QT_NO_ACCESSIBILITY
/* accessible widgets plugin discovery stuff */
#ifndef QT_NO_LIBRARY