From 565bd3bf23dfb9b139de089d3c4f8b57e124f7ee Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 4 Nov 2009 19:14:39 +0000 Subject: Don't call QThread::wait() in the destructor - in the worst case an issue in Nepomuk will block Dolphin for several seconds. Refactored the load-meta-data-thread in a way that the meta data widget does not require to wait for a result of the thread. svn path=/trunk/KDE/kdebase/apps/; revision=1044848 --- src/panels/information/kmetadatawidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/information/kmetadatawidget.h') diff --git a/src/panels/information/kmetadatawidget.h b/src/panels/information/kmetadatawidget.h index ee724da5b..182d3a0c8 100644 --- a/src/panels/information/kmetadatawidget.h +++ b/src/panels/information/kmetadatawidget.h @@ -112,6 +112,9 @@ public: */ MetaDataTypes visibleDataTypes() const; + /** @see QWidget::sizeHint() */ + virtual QSize sizeHint() const; + private: class Private; Private* d; -- cgit v1.3.1