From 60ac42c0484095e29071b01098615e224e64d63a Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 4 Jul 2008 22:26:05 +0000 Subject: Don't connect multiple times to the selectionChanged signal, otherwise the slot will be called as many times as we entered a directory... svn path=/trunk/KDE/kdebase/apps/; revision=828216 --- src/selectionmanager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/selectionmanager.h') diff --git a/src/selectionmanager.h b/src/selectionmanager.h index 66a511a87..0263e5282 100644 --- a/src/selectionmanager.h +++ b/src/selectionmanager.h @@ -70,6 +70,7 @@ private: private: QAbstractItemView* m_view; SelectionToggle* m_toggle; + bool m_connected; }; #endif -- cgit v1.3