┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanel.h
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2019-03-24 18:37:10 +0100
committerMéven Car <[email protected]>2019-03-24 18:38:42 +0100
commitd7277e47a6b84f20957e829d378b389df668fdc6 (patch)
tree96ed1a7da95c6453c7b9e9fed193fb7e93b1c99a /src/panels/information/informationpanel.h
parent35f1fd5c154c72a63f4f70073e8dc8113c051f4f (diff)
When hovering over a file on the not-focus view panel, the information panel gets updated
Test Plan: - In Dolphin with two views (split view) and with the information panels - Hover over a file on the not selected view - > the information panel show information about this file No other changes in behavior Reviewers: #dolphin, elvisangelaccio, ngraham Reviewed By: #dolphin, ngraham Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D19936
Diffstat (limited to 'src/panels/information/informationpanel.h')
-rw-r--r--src/panels/information/informationpanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h
index 05947145d..f63af1e53 100644
--- a/src/panels/information/informationpanel.h
+++ b/src/panels/information/informationpanel.h
@@ -75,7 +75,7 @@ protected:
private slots:
/**
* Shows the information for the item of the URL which has been provided by
- * InformationPanel::requestItemInfo() and provides default actions.
+ * InformationPanel::requestDelayedItemInfo() and provides default actions.
*/
void showItemInfo();