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