From 0a8ec32a3bbcefc5ce7d7772fec82b85ba58f2d1 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 5 May 2018 10:00:20 +0200 Subject: [PATCH] Remove connections We have on_emphCB_clicked() and on_nounCB_cklicked() that call change_adaptor at the end (after doing other things) --- src/frontends/qt4/GuiCharacter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/qt4/GuiCharacter.cpp b/src/frontends/qt4/GuiCharacter.cpp index d1bbc524e8..5e6e124dcf 100644 --- a/src/frontends/qt4/GuiCharacter.cpp +++ b/src/frontends/qt4/GuiCharacter.cpp @@ -219,8 +219,6 @@ 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())); -- 2.39.2