]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove connection to non-existent slot.
authorPeter Penz <peter.penz19@gmail.com>
Mon, 22 Mar 2010 18:54:23 +0000 (18:54 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Mon, 22 Mar 2010 18:54:23 +0000 (18:54 +0000)
Thanks to Frank Reininghaus for the hint!

svn path=/trunk/KDE/kdebase/apps/; revision=1106410

src/search/dolphinsearchbox.cpp

index 7eb7206acb850edfaccd2b50eeaa6e173093e75a..05e62dab367e084d30bf07320267f6b99d77bb85 100644 (file)
@@ -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()