From 96c0153e96917e994b5a188a01bb021fc4832707 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 19 Feb 2011 18:47:48 +0100 Subject: Use the new KIO::PreviewJob API This makes it unnecessary to manually apply the plugins. See https://git.reviewboard.kde.org/r/100578/ for more details. --- src/panels/information/informationpanelcontent.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/panels/information/informationpanelcontent.h') diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 184ce557d..1d964f515 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -135,7 +135,6 @@ private: QLabel* m_nameLabel; KFileMetaDataWidget* m_metaDataWidget; QScrollArea* m_metaDataArea; - QStringList m_enabledPlugins; }; #endif // INFORMATIONPANELCONTENT_H -- cgit v1.3.1