┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2007-07-02 17:24:54 +0000
committerDavid Faure <[email protected]>2007-07-02 17:24:54 +0000
commitd89f43f66bb323a612c2f7de09d5969e437845e0 (patch)
tree8ca781b6252342fc0404fed835d6021122276171 /src/dolphinview.h
parent398005a9913a3773ba6e3539c4bf2728628623a4 (diff)
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
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h4
1 files changed, 2 insertions, 2 deletions
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);