]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/search/dolphinfacetswidget.cpp
Drop now unneeded QOverload statements
[dolphin.git] / src / search / dolphinfacetswidget.cpp
index db53d595fa4ec707b83aa1aba4e02ae3f1f8c678..cc125a2d9225e13f06fd9ffdfae27b161737fe1f 100644 (file)
@@ -235,7 +235,7 @@ void DolphinFacetsWidget::initComboBox(QComboBox* combo)
     combo->setFrame(false);
     combo->setMinimumHeight(parentWidget()->height());
     combo->setCurrentIndex(0);
     combo->setFrame(false);
     combo->setMinimumHeight(parentWidget()->height());
     combo->setCurrentIndex(0);
-    connect(combo, QOverload<int>::of(&QComboBox::activated), this, &DolphinFacetsWidget::facetChanged);
+    connect(combo, &QComboBox::activated, this, &DolphinFacetsWidget::facetChanged);
 }
 
 void DolphinFacetsWidget::updateTagsSelector()
 }
 
 void DolphinFacetsWidget::updateTagsSelector()