]> git.lyx.org Git - features.git/commitdiff
Remove connections
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 May 2018 08:00:20 +0000 (10:00 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 May 2018 08:00:20 +0000 (10:00 +0200)
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

index d1bbc524e8b1a792d1f3e1c54b037c7e1c6b7c84..5e6e124dcf46c47890350d8082f6b5366d7c0c96 100644 (file)
@@ -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()));