┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/metadatawidget.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-10-08 21:46:25 +0000
committerPeter Penz <[email protected]>2008-10-08 21:46:25 +0000
commita6754078cc3a2019453ba7ff770700a3ffc0e6d1 (patch)
treed9821bd44032085678410dec4424af31f305de91 /src/metadatawidget.h
parent37481ae3deafe0829e5a464febde1bf1763b2055 (diff)
Improve performance of information panel. Depending on the used backend reading the meta information like rating, tags and comments can be slow (especially when e. g. selecting 1000 files at once having items that are not cached yet). The reading of the meta information is now forwarded to a separate thread, so that Dolphin never gets blocked.
CCMAIL: [email protected] BUG: 170017 BUG: 164309 BUG: 166057 svn path=/trunk/KDE/kdebase/apps/; revision=869401
Diffstat (limited to 'src/metadatawidget.h')
-rw-r--r--src/metadatawidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/metadatawidget.h b/src/metadatawidget.h
index 06411cd7a..881c23c42 100644
--- a/src/metadatawidget.h
+++ b/src/metadatawidget.h
@@ -59,6 +59,7 @@ private Q_SLOTS:
void slotRatingChanged(unsigned int rating);
void metadataUpdateDone();
void slotTagClicked( const Nepomuk::Tag& );
+ void slotLoadingFinished();
protected:
bool eventFilter(QObject* obj, QEvent* event);