]> cloud.milkyroute.net Git - dolphin.git/commitdiff
don't connect to a non-existent slot (the code for updateCutItems() is now part of...
authorPeter Penz <peter.penz19@gmail.com>
Fri, 15 Feb 2008 19:32:14 +0000 (19:32 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 15 Feb 2008 19:32:14 +0000 (19:32 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=775418

src/dolphinview.cpp

index 4b221a0e34acb9d25af110350c0f4acc1cede5b4..b531c6f55f02bb1a69d3222f31be7a75e4b4aeb4 100644 (file)
@@ -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);