diff options
| author | Peter Penz <[email protected]> | 2011-02-19 18:47:48 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-19 18:47:48 +0100 |
| commit | 96c0153e96917e994b5a188a01bb021fc4832707 (patch) | |
| tree | 1efde1a286f3988903ae744e02f4dca8f8959a8d /src/panels/information/informationpanelcontent.h | |
| parent | 596e07c0f325ea475cfa0ccc42231ea977e35c3f (diff) | |
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.
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
