mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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
This commit is contained in:
parent
12c6facfce
commit
5bac7f6bde
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue