From e91a0ff774c1c2b16eafd93860f69ef9e1526165 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 18 Jan 2008 20:21:20 +0000 Subject: Backport: show the correct meta information in the information sidebar also for non-local files BUG: 155534 svn path=/branches/KDE/4.0/kdebase/apps/; revision=763175 --- src/infosidebarpage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/infosidebarpage.h') diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index ef014b316..6012e883c 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -139,8 +139,9 @@ private: private: bool m_pendingPreview; QTimer* m_timer; - KUrl m_shownUrl; - KUrl m_urlCandidate; + KUrl m_shownUrl; // URL that is shown as info + KUrl m_urlCandidate; // URL candidate that will replace m_shownURL after a delay + KFileItem m_fileItem; // file item for m_shownUrl if available (otherwise null) PixmapViewer* m_preview; QLabel* m_nameLabel; -- cgit v1.3.1