summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audiooutput.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-08-20 13:54:39 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-08-20 13:54:39 (GMT)
commitee990e2ed366a16605afb6a13edd9c59b1bcc33d (patch)
treef75f71fec3ab28cf2adfe7641857ef61acb1dc2c /src/3rdparty/phonon/mmf/audiooutput.h
parent008967cde3f2ea210efd77727d8098c24e5a0127 (diff)
downloadQt-ee990e2ed366a16605afb6a13edd9c59b1bcc33d.zip
Qt-ee990e2ed366a16605afb6a13edd9c59b1bcc33d.tar.gz
Qt-ee990e2ed366a16605afb6a13edd9c59b1bcc33d.tar.bz2
Added stub VideoWidget implementation
Diffstat (limited to 'src/3rdparty/phonon/mmf/audiooutput.h')
-rw-r--r--src/3rdparty/phonon/mmf/audiooutput.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/3rdparty/phonon/mmf/audiooutput.h b/src/3rdparty/phonon/mmf/audiooutput.h
index 016ec8e..ad39626 100644
--- a/src/3rdparty/phonon/mmf/audiooutput.h
+++ b/src/3rdparty/phonon/mmf/audiooutput.h
@@ -67,13 +67,10 @@ namespace Phonon
*/
virtual bool setOutputDevice(const Phonon::AudioOutputDevice &);
- void setVolumeControl(VolumeControlInterface *volumeControl);
-
/**
- * Called by MediaObject to pass initial volume when clip has been
- * successfully opened
+ * Called by backend when nodes are connected.
*/
- //void triggerVolumeChanged(qreal volume);
+ void setVolumeControl(VolumeControlInterface *volumeControl);
Q_SIGNALS:
void volumeChanged(qreal volume);