Fix build with -no-feature-whatsthis
Change-Id: I2f31357e91b01f826ef44710f477b80fde1f3fbf Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
da21d20b85
commit
195298326f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user