Always return something.
Change-Id: I39a357295eae82b2af8b97c964924965c74e0fbd Reviewed-on: http://codereview.qt-project.org/5623 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
This commit is contained in:
parent
34f0f0bf7d
commit
96b6a16220
@ -1714,6 +1714,7 @@ QAccessibleInterface* QAccessibleComboBox::child(int index) const
|
||||
} else if (index == 1 && comboBox()->isEditable()) {
|
||||
return QAccessible::queryAccessibleInterface(comboBox()->lineEdit());
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \reimp */
|
||||
|
Loading…
Reference in New Issue
Block a user