diff options
| author | Simon Paul St James <[email protected]> | 2009-01-27 19:50:21 +0000 |
|---|---|---|
| committer | Simon Paul St James <[email protected]> | 2009-01-27 19:50:21 +0000 |
| commit | 9d3ed99ab02271496c0412fe97ad89575492582c (patch) | |
| tree | 2149d08c98a349dad469dbf570ddfcd7ce64dbd7 /src/panels/information/informationpanel.h | |
| parent | 68b3e86fdfcb1941b6dac4173cad924e27f36f5d (diff) | |
Initial import of Matthias's draft patch for adding video and audio previewing (similar to the file dialog) to Dolphin's metadata panel. Since Phonon is currently in-process only with the memory/ stability issues that come with this, this might have to be disabled by default - we'll see how it goes. Thanks, Matthias!
CCMAIL:[email protected]
CCMAIL:[email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=917389
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index 527148ae8..50a1e6151 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -185,6 +185,9 @@ private: KFileItem m_fileItem; // file item for m_shownUrl if available (otherwise null) KFileItemList m_selection; + QLabel* m_infoLabel; + QWidget* m_phononWidget; + QLabel* m_nameLabel; PixmapViewer* m_preview; MetaDataWidget* m_metaDataWidget; |
