┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h6
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);