diff options
| author | Peter Penz <[email protected]> | 2009-04-12 19:00:59 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-04-12 19:00:59 +0000 |
| commit | e9b697bdf6b8de3a40ac2d4689a9b20a6d7cf550 (patch) | |
| tree | 84770d7cb00dd4fa644be4e4f702042f24bf8383 /src/panels/information/informationpanel.h | |
| parent | cc124237db0e6b8011de934648a728fdc1d6ac92 (diff) | |
The feature freeze is near: Add video support to the Information Panel. Phonon is quite cool BTW :-)
svn path=/trunk/KDE/kdebase/apps/; revision=952882
Diffstat (limited to 'src/panels/information/informationpanel.h')
| -rw-r--r-- | src/panels/information/informationpanel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h index 67722f6e3..46f080507 100644 --- a/src/panels/information/informationpanel.h +++ b/src/panels/information/informationpanel.h @@ -129,6 +129,9 @@ private slots: void slotEnteredDirectory(const QString& directory); void slotLeftDirectory(const QString& directory); + void slotPlayingStarted(); + void slotPlayingStopped(); + private: /** * Checks whether the an URL is repesented by a place. If yes, @@ -189,6 +192,8 @@ private: */ void initMetaInfoSettings(KConfigGroup& group); + void updatePhononWidget(); + void init(); private: |
