Fix test regression in DolphinMainWindowTest::testGoActions

This commit is contained in:
Méven Car 2023-04-25 13:24:38 +02:00 committed by Méven Car
parent 64ae87f402
commit 4e6939e1f5

View file

@ -204,7 +204,6 @@ DolphinView::DolphinView(const QUrl &url, QWidget *parent)
connect(m_model, &KFileItemModel::currentDirectoryRemoved, this, &DolphinView::currentDirectoryRemoved);
connect(this, &DolphinView::itemCountChanged, this, &DolphinView::updatePlaceholderLabel);
connect(this, &DolphinView::itemCountChanged, this, &DolphinView::updateSelectionState);
m_view->installEventFilter(this);
connect(m_view, &DolphinItemListView::sortOrderChanged, this, &DolphinView::slotSortOrderChangedByHeader);