┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanelcontent.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-18 19:56:18 +0000
committerPeter Penz <[email protected]>2011-01-18 19:56:18 +0000
commit2fa1dce9772b556d85b875f6d7d4bf1b466e6dca (patch)
treec50508602747a2971d5c8a82b1fe8dbcc738cf0d /src/panels/information/informationpanelcontent.h
parent4dd1ed179df79fa71be4a11f63bb81abb44cbae8 (diff)
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
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
-rw-r--r--src/panels/information/informationpanelcontent.h1
1 files changed, 1 insertions, 0 deletions
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