diff options
| author | Peter Penz <[email protected]> | 2008-01-18 18:14:10 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-01-18 18:14:10 +0000 |
| commit | c93959934611c95f72e9de350c1dc5b6661f493f (patch) | |
| tree | 5d13511f537f29301ecaf1d2b690576fa2886bc8 /src/infosidebarpage.h | |
| parent | 87b827fe5678afc7137d18ac74c1bbe4f6626c68 (diff) | |
show the correct meta information in the information sidebar also for non-local files
BUG: 155534
svn path=/trunk/KDE/kdebase/apps/; revision=763141
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; |
