SVN_SILENT: Don't connect to non-existing signal/slot

svn path=/trunk/KDE/kdebase/apps/; revision=1210426
This commit is contained in:
Peter Penz 2010-12-31 11:06:49 +00:00
parent 9481509325
commit a5c75b52fe

View 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();