X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/d059b705a9b50572537cb938b3f593de0d305f9a..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/statusbarspaceinfo.h 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; };