From: Peter Penz Date: Mon, 22 Mar 2010 18:54:23 +0000 (+0000) Subject: Remove connection to non-existent slot. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/622acabf23b6c8c3badab6a8c2e93e0ae8963f1b Remove connection to non-existent slot. Thanks to Frank Reininghaus for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1106410 --- diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 7eb7206ac..05e62dab3 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -252,8 +252,6 @@ DolphinSearchBox::DolphinSearchBox(QWidget* parent) : this, SLOT(emitSearchSignal())); connect(m_searchInput, SIGNAL(textChanged(QString)), this, SLOT(slotTextChanged(QString))); - connect(m_searchInput, SIGNAL(clearButtonClicked()), - this, SLOT(slotClearButtonClicked())); } DolphinSearchBox::~DolphinSearchBox()