mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Update the KPart host's status bar info when selection changes.
svn path=/trunk/KDE/kdebase/apps/; revision=913713
This commit is contained in:
parent
41dd38c07c
commit
9aa43f8bae
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QVariantL
|
|||
this, SLOT(updateStatusBar()));
|
||||
connect(m_dirLister, SIGNAL(clear()),
|
||||
this, SLOT(updateStatusBar()));
|
||||
|
||||
connect(m_view, SIGNAL(selectionChanged(const KFileItemList)),
|
||||
this, SLOT(updateStatusBar()));
|
||||
|
||||
m_actionHandler = new DolphinViewActionHandler(actionCollection(), this);
|
||||
m_actionHandler->setCurrentView(m_view);
|
||||
|
|
Loading…
Reference in a new issue