diff options
| author | David Faure <[email protected]> | 2008-07-04 22:26:05 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-07-04 22:26:05 +0000 |
| commit | 60ac42c0484095e29071b01098615e224e64d63a (patch) | |
| tree | 0873c7ffa4e86610195c0da7fc33b318f77ada74 /src/selectionmanager.h | |
| parent | 907823203326c096753883edebbd80498a486f06 (diff) | |
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
Diffstat (limited to 'src/selectionmanager.h')
| -rw-r--r-- | src/selectionmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
