diff options
| author | Peter Penz <[email protected]> | 2008-01-18 20:21:20 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-18 20:21:20 +0000 |
| commit | e91a0ff774c1c2b16eafd93860f69ef9e1526165 (patch) | |
| tree | d974320d39ed0175aa9e2edd904f79abb8d7a1c6 /src/infosidebarpage.h | |
| parent | a91bb8b0dba763c3537fbf9216df10662c2fc69e (diff) | |
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
Diffstat (limited to 'src/infosidebarpage.h')
| -rw-r--r-- | src/infosidebarpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |
