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:
Frederik Gladhorn 2011-09-27 14:27:28 +02:00 committed by Qt by Nokia
parent 34f0f0bf7d
commit 96b6a16220

View File

@ -1714,6 +1714,7 @@ QAccessibleInterface* QAccessibleComboBox::child(int index) const
} else if (index == 1 && comboBox()->isEditable()) {
return QAccessible::queryAccessibleInterface(comboBox()->lineEdit());
}
return 0;
}
/*! \reimp */