From 2fa1dce9772b556d85b875f6d7d4bf1b466e6dca Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 18 Jan 2011 19:56:18 +0000 Subject: Assure that the enabled plugins for previews are set for the Information Panel and the tooltips. This fixes the issue that a disabled thumbnail-plugin might be chosen. For 4.7 it should be considered to move this code into KIO::filePreview() as default already (will provide a patch on the reviewboard). svn path=/trunk/KDE/kdebase/apps/; revision=1215459 --- src/panels/information/informationpanelcontent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/panels/information/informationpanelcontent.h') diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index c41f4043f..f6182d2df 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -135,6 +135,7 @@ private: QLabel* m_nameLabel; KFileMetaDataWidget* m_metaDataWidget; QScrollArea* m_metaDataArea; + QStringList m_enabledPlugins; }; #endif // INFORMATIONPANELCONTENT_H -- cgit v1.3