From: Peter Penz Date: Fri, 15 Feb 2008 19:32:14 +0000 (+0000) Subject: don't connect to a non-existent slot (the code for updateCutItems() is now part of... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5bac7f6bde3181d44bc822ba05102e0d3c28050c don't connect to a non-existent slot (the code for updateCutItems() is now part of the IconManager) svn path=/trunk/KDE/kdebase/apps/; revision=775418 --- diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 4b221a0e3..b531c6f55 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -86,9 +86,6 @@ DolphinView::DolphinView(QWidget* parent, m_topLayout->setSpacing(0); m_topLayout->setMargin(0); - connect(m_dirLister, SIGNAL(completed()), - this, SLOT(updateCutItems())); - m_controller = new DolphinController(this); m_controller->setUrl(url);