Removed invalid / unused signal / slot connection

remotes/1728160796594174844/tmp_0.7.0-alpha
Doc West 7 years ago
parent 1c1b5986e9
commit 61109d70b1

@ -64,7 +64,6 @@ CSVTools::SearchBox::SearchBox (QWidget *parent)
mLayout->addWidget (&mInput, 0, 1);
mCaseSensitive.setText (tr ("Case"));
connect (&mCaseSensitive, SIGNAL (toggled (bool)), this, SLOT (caseSensitiveChanged (bool)));
mLayout->addWidget (&mCaseSensitive, 0, 2);
connect (&mSearch, SIGNAL (clicked (bool)), this, SLOT (startSearch (bool)));

Loading…
Cancel
Save