From 7b8a3ae8005a1a199b92b564b15f02c884ed7816 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 13 Mar 2010 19:17:38 +0000 Subject: Let the custom widgets stay invisible per default after constructing them. This prevent a possible flickering when starting Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1102837 --- src/panels/information/kmetadatawidget.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/panels/information/kmetadatawidget.h') diff --git a/src/panels/information/kmetadatawidget.h b/src/panels/information/kmetadatawidget.h index 27b06a05d..4281b6519 100644 --- a/src/panels/information/kmetadatawidget.h +++ b/src/panels/information/kmetadatawidget.h @@ -54,7 +54,8 @@ class KUrl; * like done already for the rating, tags or comments). The * following steps are necessary: * - Derive a custom widget from KMetaDataWidget. - * - Create the custom widgets in the constructor. + * - Create the custom widgets in the constructor and + * make them invisible per default. * - Implement the methods valueWidget(), setValue() and * (optionally) label() by accessing the custom widgets. */ -- cgit v1.3