From 4fdc3bad9c1b2f168466a296f412d904e3315dc9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Jan 2010 16:56:01 +0000 Subject: Fixed issue that Ctrl+A sometimes did not result in an update of the Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago. svn path=/trunk/KDE/kdebase/apps/; revision=1070740 --- src/viewextensionsfactory.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/viewextensionsfactory.cpp') diff --git a/src/viewextensionsfactory.cpp b/src/viewextensionsfactory.cpp index 86311e28d..ce997bf8b 100644 --- a/src/viewextensionsfactory.cpp +++ b/src/viewextensionsfactory.cpp @@ -112,10 +112,6 @@ ViewExtensionsFactory::ViewExtensionsFactory(QAbstractItemView* view, connect(dolphinView, SIGNAL(sortFoldersFirstChanged(bool)), this, SLOT(slotSortFoldersFirstChanged(bool))); - // inform the controller about selection changes - connect(view->selectionModel(), SIGNAL(selectionChanged(const QItemSelection&, const QItemSelection&)), - controller, SLOT(emitSelectionChanged())); - // Give the view the ability to auto-expand its directories on hovering // (the column view takes care about this itself). If the details view // uses expandable folders, the auto-expanding should be used always. -- cgit v1.3