diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-10-20 16:10:57 +0200 |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-10-20 16:15:42 +0200 |
commit | 147c524e703d4727d03c5f2ea3f98ace25905b73 (patch) | |
tree | 5f29da45e391fef5671d725057e3d2e7f78f2cc0 /src/3rdparty/phonon/mmf | |
parent | eeac9aa8d51b11f3040dcf818cec0a58cd0898f0 (diff) | |
download | qt4-tools-147c524e703d4727d03c5f2ea3f98ace25905b73.tar.gz |
Fix bug introduced by cleanup commit.
Reviewed-by: Gareth Stockwell
Diffstat (limited to 'src/3rdparty/phonon/mmf')
-rw-r--r-- | src/3rdparty/phonon/mmf/audiooutput.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/audiooutput.cpp b/src/3rdparty/phonon/mmf/audiooutput.cpp index bb0e5bcc6c..82af9f12b5 100644 --- a/src/3rdparty/phonon/mmf/audiooutput.cpp +++ b/src/3rdparty/phonon/mmf/audiooutput.cpp @@ -105,8 +105,6 @@ QHash<QByteArray, QVariant> MMF::AudioOutput::audioOutputDescription(int index) QHash<QByteArray, QVariant> retval; if (index == AudioOutputDeviceID) { - QHash<QByteArray, QVariant> retval; - retval.insert("name", QCoreApplication::translate("Phonon::MMF", "Audio Output")); retval.insert("description", QCoreApplication::translate("Phonon::MMF", "The audio output device")); retval.insert("available", true); |