bringing those up and down buttons of the searchbar to life
[quassel.git] / src / qtui / chatviewsearchbar.cpp
index c4c6f09..5524691 100644 (file)
@@ -30,9 +30,6 @@ ChatViewSearchBar::ChatViewSearchBar(QWidget *parent)
   ui.setupUi(this);
   layout()->setContentsMargins(0, 0, 0, 0);
 
-  ui.searchUpButton->setEnabled(false);
-  ui.searchDownButton->setEnabled(false);
-
   hide();
 
   ActionCollection *coll = QtUi::actionCollection();