┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/infosidebarpage.h')
-rw-r--r--src/infosidebarpage.h5
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;