diff options
| author | Peter Penz <[email protected]> | 2008-07-19 09:24:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-07-19 09:24:46 +0000 |
| commit | 8fc4bc196ac55f30e22113ab44b404e641679301 (patch) | |
| tree | e89a1b0e179d9088bf74628432013cfaa49c7ab9 /src/statusbarspaceinfo.h | |
| parent | dc4827579d919034b06063075ef3b22f4a3cbc5e (diff) | |
remember the maximum size, so that an update is also done for the (rare) case when two partitions have a different size but an equal used size
(no backport to KDE 4.1 necessary, as there QProgressBar is used instead of KCapacityBar)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=834550
Diffstat (limited to 'src/statusbarspaceinfo.h')
| -rw-r--r-- | src/statusbarspaceinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index d6caaa79e..93ea3fe9f 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -61,6 +61,7 @@ private slots: private: bool m_gettingSize; bool m_foundMountPoint; + quint64 m_kBSize; KUrl m_url; }; |
