diff options
| author | Peter Penz <[email protected]> | 2010-03-13 19:17:38 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-03-13 19:17:38 +0000 |
| commit | 7b8a3ae8005a1a199b92b564b15f02c884ed7816 (patch) | |
| tree | 8f452a151c9e8919d440cb6ea8c602c6adcacab6 /src/panels/information/kmetadatawidget.h | |
| parent | 5f542389124512e01ec05a4c939d902a5dcbd5a7 (diff) | |
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
Diffstat (limited to 'src/panels/information/kmetadatawidget.h')
| -rw-r--r-- | src/panels/information/kmetadatawidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. */ |
