diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-20 12:45:31 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-20 12:45:31 (GMT) |
commit | 008967cde3f2ea210efd77727d8098c24e5a0127 (patch) | |
tree | a222748651f024d9f179b8745128485d001d1800 /src/3rdparty/phonon/mmf/mediaobject.h | |
parent | f695026fce1c20fdf4ca101dd7ac8da291ecf381 (diff) | |
download | Qt-008967cde3f2ea210efd77727d8098c24e5a0127.zip Qt-008967cde3f2ea210efd77727d8098c24e5a0127.tar.gz Qt-008967cde3f2ea210efd77727d8098c24e5a0127.tar.bz2 |
Implemented parameter copying between AbstractPlayer instances
Diffstat (limited to 'src/3rdparty/phonon/mmf/mediaobject.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/mediaobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/mediaobject.h b/src/3rdparty/phonon/mmf/mediaobject.h index 97ea115..a6d932d 100644 --- a/src/3rdparty/phonon/mmf/mediaobject.h +++ b/src/3rdparty/phonon/mmf/mediaobject.h @@ -37,6 +37,7 @@ namespace Phonon class AudioOutput; /** + * @short Facade class which wraps MMF client utility instance */ class MediaObject : public QObject , public MediaObjectInterface |