┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-06-29 16:24:09 +0000
committerPeter Penz <[email protected]>2008-06-29 16:24:09 +0000
commit5372176640f0d6c114134fa490587c2ce736ad47 (patch)
tree50d2e86c21cca88a06abd9356e51dcef21099a48 /src/infosidebarpage.h
parentb5de4d8ffb3823c6c4bc0ce3d47e74bfa3970d5e (diff)
SVN_SILENT: Renamed m_timer to m_infoTimer and slotTimeout() to slotInfoTimeout(), as preperation for a new timer that prevents a flickering of outdated previews.
svn path=/trunk/KDE/kdebase/apps/; revision=825916
Diffstat (limited to 'src/infosidebarpage.h')
-rw-r--r--src/infosidebarpage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h
index b9771b5ae..f2d63de0e 100644
--- a/src/infosidebarpage.h
+++ b/src/infosidebarpage.h
@@ -91,7 +91,7 @@ private slots:
* Triggered if the request for item information has timed out.
* @see InfoSidebarPage::requestDelayedItemInfo()
*/
- void slotTimeout();
+ void slotInfoTimeout();
/**
* Is invoked if no preview is available for the item. In this
@@ -161,7 +161,7 @@ private:
private:
bool m_initialized;
bool m_pendingPreview;
- QTimer* m_timer;
+ QTimer* m_infoTimer;
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)