diff options
| author | Peter Penz <[email protected]> | 2010-12-31 11:06:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-12-31 11:06:49 +0000 |
| commit | a5c75b52fea0ab73692df4a8f8a4437e80774b0c (patch) | |
| tree | 351770f4c66ee69c964718dec6a0ca82d0e335a2 /src | |
| parent | 94815093253e5db99aa100f0834cd6c74c96a91a (diff) | |
SVN_SILENT: Don't connect to non-existing signal/slot
svn path=/trunk/KDE/kdebase/apps/; revision=1210426
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 64f26387f..d19232dff 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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(); |
