From e9b697bdf6b8de3a40ac2d4689a9b20a6d7cf550 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 12 Apr 2009 19:00:59 +0000 Subject: 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 --- src/panels/information/informationpanel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/panels/information/informationpanel.h') 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: -- cgit v1.3