]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Fix test regression in DolphinMainWindowTest::testGoActions
authorMéven Car <meven@kde.org>
Tue, 25 Apr 2023 11:24:38 +0000 (13:24 +0200)
committerMéven Car <meven.car@kdemail.net>
Tue, 25 Apr 2023 16:14:29 +0000 (16:14 +0000)
src/views/dolphinview.cpp

index 186de4fccf59d14d9b4d84fca11538c3e88cff8d..320524e6514517d73baa67d162738705e448feea 100644 (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);