diff options
| author | Mathias Tillman <[email protected]> | 2014-09-14 18:53:05 +0200 |
|---|---|---|
| committer | Mathias Tillman <[email protected]> | 2014-09-14 18:53:05 +0200 |
| commit | d380d27f47a67e6e682a4b980c66585f13a3d7b5 (patch) | |
| tree | 5c6c117e085192bf19e0da402e8a5ce00741366e /src/statusbar/statusbarspaceinfo.cpp | |
| parent | 4de8cf43e62e23b766d9d457e060670401ce6128 (diff) | |
Make the statusbar space info use the new KIO::fileSystemFreeSpace job.
REVIEW: 120137
BUG: 245226
Diffstat (limited to 'src/statusbar/statusbarspaceinfo.cpp')
| -rw-r--r-- | src/statusbar/statusbarspaceinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar/statusbarspaceinfo.cpp b/src/statusbar/statusbarspaceinfo.cpp index ea8b4704c..43d9f342d 100644 --- a/src/statusbar/statusbarspaceinfo.cpp +++ b/src/statusbar/statusbarspaceinfo.cpp @@ -57,7 +57,7 @@ void StatusBarSpaceInfo::showEvent(QShowEvent* event) KCapacityBar::showEvent(event); m_observer.reset(new SpaceInfoObserver(m_url, this)); slotValuesChanged(); - connect(m_observer.data(), SIGNAL(valuesChanged()), this, SLOT(slotValuesChanged())); + connect(m_observer.data(), &SpaceInfoObserver::valuesChanged, this, &StatusBarSpaceInfo::slotValuesChanged); } void StatusBarSpaceInfo::hideEvent(QHideEvent* event) |
