diff options
| author | David Faure <[email protected]> | 2007-07-02 17:24:54 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-07-02 17:24:54 +0000 |
| commit | d89f43f66bb323a612c2f7de09d5969e437845e0 (patch) | |
| tree | 8ca781b6252342fc0404fed835d6021122276171 /src/dolphinviewcontainer.h | |
| parent | 398005a9913a3773ba6e3539c4bf2728628623a4 (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/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index de77fb03a..40bfff7ed 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -155,7 +155,7 @@ private slots: * 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); + void showItemInfo(const KFileItem& item); /** Shows the information \a msg inside the statusbar. */ void showInfoMessage(const QString& msg); |
