diff options
| author | Méven Car <[email protected]> | 2023-04-25 13:24:38 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-04-25 16:14:29 +0000 |
| commit | 4e6939e1f5625d73e6876113f9978c9f1e11d80e (patch) | |
| tree | e5ec423a5cfe56dce734a9bb50260dc999492cf1 | |
| parent | 64ae87f402e4349214a59e7b162e8d2512faf79c (diff) | |
Fix test regression in DolphinMainWindowTest::testGoActions
| -rw-r--r-- | src/views/dolphinview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 186de4fcc..320524e65 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -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); |
