diff options
| author | Peter Penz <[email protected]> | 2009-04-12 19:17:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-04-12 19:17:56 +0000 |
| commit | 897f481e96afa4ae35a22713552858da69a532a3 (patch) | |
| tree | 977dac8cb0430bcf95ad07e3ae0af3a754ec58c3 /src/panels/information/phononwidget.h | |
| parent | e9b697bdf6b8de3a40ac2d4689a9b20a6d7cf550 (diff) | |
- hide the video player in any case when the stop-button has been pressed
- provide a custom member for the audio media object
svn path=/trunk/KDE/kdebase/apps/; revision=952886
Diffstat (limited to 'src/panels/information/phononwidget.h')
| -rw-r--r-- | src/panels/information/phononwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/information/phononwidget.h b/src/panels/information/phononwidget.h index 81fb1e8f0..daea8b1cc 100644 --- a/src/panels/information/phononwidget.h +++ b/src/panels/information/phononwidget.h @@ -72,6 +72,7 @@ class PhononWidget : public QWidget KUrl m_url; QToolButton *m_playButton; QToolButton *m_stopButton; + Phonon::MediaObject *m_audioMedia; Phonon::MediaObject *m_media; Phonon::SeekSlider *m_seekSlider; Phonon::VideoPlayer *m_videoPlayer; |
