From d89f43f66bb323a612c2f7de09d5969e437845e0 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 2 Jul 2007 17:24:54 +0000 Subject: Change signature of requestItemInfo signal, to avoid fileitem -> url -> index -> fileitem roundtrip in dolphin, and to match the BrowserExtension mouseOverInfo() signal. Started to implement more of the part (e.g. spinning wheel in konq). svn path=/trunk/KDE/kdebase/apps/; revision=682440 --- src/dolphinview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 899eb492e..b9fe49f00 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -344,9 +344,9 @@ signals: /** * Is emitted if information of an item is requested to be shown e. g. in the sidebar. - * It the URL is empty, no item information request is pending. + * If item is null, no item information request is pending. */ - void requestItemInfo(const KUrl& url); + void requestItemInfo(const KFileItem& item); /** Is emitted if the contents has been moved to \a x, \a y. */ void contentsMoved(int x, int y); -- cgit v1.3