From dd70012499c6b7b421a9f9cdc7d3e362f6e0ed94 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 8 Jun 2007 13:44:59 +0000 Subject: enable hovering information in the status bar again (has been disabled temporary because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=672931 --- src/dolphinviewcontainer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index f6ab8d1c1..1d1a0a389 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -156,6 +156,12 @@ private slots: */ void updateItemCount(); + /** + * Shows the item information for the URL \a url inside the statusbar. If the + * URL is empty, the default statusbar information is shown. + */ + void showItemInfo(const KUrl& url); + /** Shows the information \a msg inside the statusbar. */ void showInfoMessage(const QString& msg); -- cgit v1.3