]> cloud.milkyroute.net Git - dolphin.git/commitdiff
If the signal sliderMoved() is emitted, always valueChanged() is emitted too -> no...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 29 Oct 2010 15:32:31 +0000 (15:32 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 29 Oct 2010 15:32:31 +0000 (15:32 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1191107

src/panels/folders/folderspanel.cpp

index 45da8d8a201a818fde8ae2208a3c29ce044fbfe4..1913a85d3ba3e8b505465319a741c04e39a0edf9 100644 (file)
@@ -180,8 +180,6 @@ void FoldersPanel::showEvent(QShowEvent* event)
 
         connect(m_treeView->horizontalScrollBar(), SIGNAL(sliderMoved(int)),
                 this, SLOT(slotHorizontalScrollBarMoved(int)));
-        connect(m_treeView->verticalScrollBar(), SIGNAL(sliderMoved(int)),
-                this, SLOT(slotVerticalScrollBarMoved(int)));
         connect(m_treeView->verticalScrollBar(), SIGNAL(valueChanged(int)),
                 this, SLOT(slotVerticalScrollBarMoved(int)));