]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: Don't connect to non-existing signal/slot
authorPeter Penz <peter.penz19@gmail.com>
Fri, 31 Dec 2010 11:06:49 +0000 (11:06 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 31 Dec 2010 11:06:49 +0000 (11:06 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=1210426

src/dolphinmainwindow.cpp

index 64f26387f84ac11c53a9a2564dff7d65c46e7c76..d19232dff9094e1898b6f3a8c1115624215bebda 100644 (file)
@@ -1712,7 +1712,6 @@ void DolphinMainWindow::setupDockWidgets()
     PlacesPanel* placesPanel = new PlacesPanel(placesDock);
     placesPanel->setModel(DolphinSettings::instance().placesModel());
     placesPanel->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
-    connect(placesPanel, SIGNAL(lockChangeRequested(bool)), this, SLOT(slotPanelLockChangeRequested(bool)));
     placesDock->setWidget(placesPanel);
 
     QAction* placesAction = placesDock->toggleViewAction();