diff options
| author | Peter Penz <[email protected]> | 2012-05-29 13:13:32 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-29 13:14:12 +0200 |
| commit | 203449110e1763cbaee332a9b15d171c333e2df4 (patch) | |
| tree | c83d0c0d1f777392e2b5e008ee6fb08219ffc038 /src/panels/information/informationpanelcontent.h | |
| parent | 4e2f3dcffe2c2388e9d2d63e626ee6d03abce953 (diff) | |
Get rid of obsolete DolphinPlacesModel
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 0f90c5ea1..234060749 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -27,6 +27,7 @@ class KFileItemList; class KFileMetaDataWidget; +class KFilePlacesModel; class PhononWidget; class PixmapViewer; class QPixmap; @@ -134,6 +135,8 @@ private: QLabel* m_nameLabel; KFileMetaDataWidget* m_metaDataWidget; QScrollArea* m_metaDataArea; + + KFilePlacesModel* m_placesModel; }; #endif // INFORMATIONPANELCONTENT_H |
