diff options
| author | Peter Penz <[email protected]> | 2007-06-08 13:44:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-08 13:44:59 +0000 |
| commit | dd70012499c6b7b421a9f9cdc7d3e362f6e0ed94 (patch) | |
| tree | 2e78d9279534d51cae07e83b35804d590ac76e7a /src/dolphinviewcontainer.h | |
| parent | 1fda73fca0a96bf5619afec7bae6497ac9be34b7 (diff) | |
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
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 6 |
1 files changed, 6 insertions, 0 deletions
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); |
