diff options
| author | Peter Penz <[email protected]> | 2007-10-15 16:51:23 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-15 16:51:23 +0000 |
| commit | 768611727ee8d9f34e214bf6b855c9627431d9a3 (patch) | |
| tree | 1a7e4195a839244d0345ae986f37bec31577ea17 /src/statusbarspaceinfo.h | |
| parent | 2ddc27b423f37ebf42b28a34a78fe41a5b35a460 (diff) | |
prevent flickering of status bar when changing between directories
svn path=/trunk/KDE/kdebase/apps/; revision=725546
Diffstat (limited to 'src/statusbarspaceinfo.h')
| -rw-r--r-- | src/statusbarspaceinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index 02e36698b..b50d14c4d 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -56,7 +56,10 @@ private slots: /** Refreshes the space information for the current set URL. */ void refresh(); + void showGettingSizeInfo(); + private: + bool m_gettingSize; KUrl m_url; QString m_text; }; |
