Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6

bb10
Liang Qi 2016-02-16 19:20:37 +00:00 committed by The Qt Project
commit e19fc4324b
1 changed files with 1 additions and 0 deletions

View File

@ -2436,6 +2436,7 @@ struct IndexSetter {
{
cb->setCurrentIndex(index);
emit cb->activated(index);
emit cb->activated(cb->itemText(index));
}
};
}