From 768611727ee8d9f34e214bf6b855c9627431d9a3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 15 Oct 2007 16:51:23 +0000 Subject: prevent flickering of status bar when changing between directories svn path=/trunk/KDE/kdebase/apps/; revision=725546 --- src/statusbarspaceinfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to '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; }; -- cgit v1.3