diff options
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; }; |
