mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Removed invalid / unused signal / slot connection
This commit is contained in:
parent
1c1b5986e9
commit
61109d70b1
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ CSVTools::SearchBox::SearchBox (QWidget *parent)
|
||||||
mLayout->addWidget (&mInput, 0, 1);
|
mLayout->addWidget (&mInput, 0, 1);
|
||||||
|
|
||||||
mCaseSensitive.setText (tr ("Case"));
|
mCaseSensitive.setText (tr ("Case"));
|
||||||
connect (&mCaseSensitive, SIGNAL (toggled (bool)), this, SLOT (caseSensitiveChanged (bool)));
|
|
||||||
mLayout->addWidget (&mCaseSensitive, 0, 2);
|
mLayout->addWidget (&mCaseSensitive, 0, 2);
|
||||||
|
|
||||||
connect (&mSearch, SIGNAL (clicked (bool)), this, SLOT (startSearch (bool)));
|
connect (&mSearch, SIGNAL (clicked (bool)), this, SLOT (startSearch (bool)));
|
||||||
|
|
Loading…
Reference in a new issue