Add missing connection after fb393b45.

This commit is contained in:
Richard Kimberly Heck 2018-05-04 15:11:53 -04:00
parent f888afeb9e
commit 7f4f14786d

View File

@ -220,6 +220,7 @@ GuiCharacter::GuiCharacter(GuiView & lv)
connect(ulineCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
connect(strikeCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
connect(emphCB, SIGNAL(clicked(bool)), this, SLOT(change_adaptor()));
connect(nounCB, SIGNAL(clicked(bool)), this, SLOT(change_adaptor()));
connect(sizeCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
connect(familyCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
connect(seriesCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));