diff options
| author | Méven Car <[email protected]> | 2020-05-12 08:26:11 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2020-06-08 07:49:45 +0200 |
| commit | bf4388c75525cffd150a51e6c4e0455f60db520f (patch) | |
| tree | fafdc629caefd4af536665119f0fababccca97ac /src/statusbar/spaceinfoobserver.h | |
| parent | f7a3318fa51dc340e8615009c43ba3a53d9c7012 (diff) | |
Status bar: Hide the space free bar when size is unknown
Summary:
BUG: 420027
BUG: 422226
FIXED-IN: 20.08
Test Plan: {F8312398}
Reviewers: #dolphin, ngraham, broulik, #vdg, elvisangelaccio
Reviewed By: #dolphin, ngraham, #vdg, elvisangelaccio
Subscribers: elvisangelaccio, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D29213
Diffstat (limited to 'src/statusbar/spaceinfoobserver.h')
| -rw-r--r-- | src/statusbar/spaceinfoobserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbar/spaceinfoobserver.h b/src/statusbar/spaceinfoobserver.h index 93f4c8c91..67dbf15ec 100644 --- a/src/statusbar/spaceinfoobserver.h +++ b/src/statusbar/spaceinfoobserver.h @@ -55,6 +55,7 @@ private slots: private: MountPointObserver* m_mountPointObserver; + bool m_hasData; quint64 m_dataSize; quint64 m_dataAvailable; }; |
