Fix build with -no-feature-whatsthis

Change-Id: I2f31357e91b01f826ef44710f477b80fde1f3fbf
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Paul Olav Tvete 2017-01-25 13:52:44 +01:00
parent da21d20b85
commit 195298326f

View File

@ -135,9 +135,11 @@ public:
str = m_parent->tabToolTip(m_index);
break;
#endif
#if QT_CONFIG(whatsthis)
case QAccessible::Help:
str = m_parent->tabWhatsThis(m_index);
break;
#endif
default:
break;
}