mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Remove connection to non-existent slot.
Thanks to Frank Reininghaus for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1106410
This commit is contained in:
parent
077e5efa43
commit
a312ee3249
1 changed files with 0 additions and 2 deletions
|
@ -252,8 +252,6 @@ DolphinSearchBox::DolphinSearchBox(QWidget* parent) :
|
||||||
this, SLOT(emitSearchSignal()));
|
this, SLOT(emitSearchSignal()));
|
||||||
connect(m_searchInput, SIGNAL(textChanged(QString)),
|
connect(m_searchInput, SIGNAL(textChanged(QString)),
|
||||||
this, SLOT(slotTextChanged(QString)));
|
this, SLOT(slotTextChanged(QString)));
|
||||||
connect(m_searchInput, SIGNAL(clearButtonClicked()),
|
|
||||||
this, SLOT(slotClearButtonClicked()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DolphinSearchBox::~DolphinSearchBox()
|
DolphinSearchBox::~DolphinSearchBox()
|
||||||
|
|
Loading…
Reference in a new issue