]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/search/dolphinsearchbox.cpp
Remove connection to non-existent slot.
[dolphin.git] / 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()