correct spelling in comment
Change-Id: I6ffa96ac9cda0701c99f839804f400a167fcf9a7 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>bb10
parent
c6151b75b0
commit
9b710bc13b
|
|
@ -357,7 +357,7 @@ void tst_QDataWidgetMapper::comboBox()
|
|||
readWriteBox.addItem("read write item 1");
|
||||
readWriteBox.addItem("read write item 2");
|
||||
|
||||
// populat the combo boxes with data
|
||||
// populate the combo boxes with data
|
||||
mapper.addMapping(&readOnlyBox, 0, "currentIndex");
|
||||
mapper.addMapping(&readWriteBox, 1, "currentText");
|
||||
mapper.toFirst();
|
||||
|
|
|
|||
Loading…
Reference in New Issue