Tidy up names of some item delegates

This commit is contained in:
Bill Somerville
2018-11-12 02:03:26 +00:00
parent 38bfde2dc5
commit 3634be1e80
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -37,5 +37,6 @@ QWidget * ForeignKeyDelegate::createEditor (QWidget * parent
editor->setFrame (false);
candidate_key_filter_->set_active_key (index);
editor->setModel (candidate_key_filter_.data ());
editor->setSizeAdjustPolicy (QComboBox::AdjustToContents);
return editor;
}