diff options
| author | Peter Penz <[email protected]> | 2008-06-29 17:08:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-06-29 17:08:49 +0000 |
| commit | 4af0c48f05dfd48e990d4206dd00535297c10923 (patch) | |
| tree | 619471fc814ec077c23d86dc0703ccf9593219da /src/infosidebarpage.h | |
| parent | 85b0ed6a6387e153e9ea205a220fee480ca1d860 (diff) | |
Internal cleanup: Make it easier getting the correct file item that should be used for showing the meta information (it depends on the current selection and whether the file item is already available).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=825996
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index ef451169c..97d63afa9 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -144,11 +144,11 @@ private: bool convertMetaInfo(const QString& key, QString& text) const; /** - * Returns the URL of the file where the preview and meta information + * Returns the item for file where the preview and meta information * should be received, if InfoSidebarPage::showMultipleSelectionInfo() * returns false. */ - KUrl fileUrl() const; + KFileItem fileItem() const; /** * Returns true, if the meta information should be shown for |
