┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-05-19 14:42:11 +0000
committerPeter Penz <[email protected]>2007-05-19 14:42:11 +0000
commit572a5722b06b313a25f2ae8a7f8099a16fadf2e4 (patch)
tree2bafaa569b19cd348ce0db6cb95e5098be1ced68 /src/infosidebarpage.h
parent50a7b6fd45d88e61b06961dc9a4e564a13330acc (diff)
performance optimization: don't retrieve the meta information immediately when changing the item selection, wait 300 ms until no selection change has been done
svn path=/trunk/KDE/kdebase/apps/; revision=666342
Diffstat (limited to 'src/infosidebarpage.h')
-rw-r--r--src/infosidebarpage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h
index 9fcf449be..c9b15bdac 100644
--- a/src/infosidebarpage.h
+++ b/src/infosidebarpage.h
@@ -107,6 +107,8 @@ private slots:
void showPreview(const KFileItem& item, const QPixmap& pixmap);
private:
+ enum { TimerDelay = 300 };
+
/**
* Checks whether the an URL is repesented by a bookmark. If yes,
* then the bookmark icon and name are shown instead of a preview.
@@ -133,7 +135,6 @@ private:
bool showMetaInfo(const QString& key) const;
private:
- bool m_multipleSelection;
bool m_pendingPreview;
QTimer* m_timer;
KUrl m_shownUrl;