From a56d2e78ce3265b66b1443a7707cf54114da7f69 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 10 Oct 2009 20:12:58 +0000 Subject: Reactivate reading of the meta data for the rating, comments and tags. All expensive operations are done in a separate thread to assure that the Dolphin UI never gets blocked. svn path=/trunk/KDE/kdebase/apps/; revision=1033696 --- src/panels/information/metadatawidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/panels/information/metadatawidget.h') diff --git a/src/panels/information/metadatawidget.h b/src/panels/information/metadatawidget.h index 1a84dab0d..1b390b275 100644 --- a/src/panels/information/metadatawidget.h +++ b/src/panels/information/metadatawidget.h @@ -1,4 +1,5 @@ /*************************************************************************** + * Copyright (C) 2008 by Sebastian Trueg * * Copyright (C) 2009 by Peter Penz * * * * This program is free software; you can redistribute it and/or modify * @@ -42,6 +43,8 @@ public: private: class Private; Private* d; + + Q_PRIVATE_SLOT(d, void slotLoadingFinished()) }; #endif -- cgit v1.3.1