diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-10-20 14:10:57 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-10-20 14:15:42 (GMT) |
commit | 147c524e703d4727d03c5f2ea3f98ace25905b73 (patch) | |
tree | 5f29da45e391fef5671d725057e3d2e7f78f2cc0 | |
parent | eeac9aa8d51b11f3040dcf818cec0a58cd0898f0 (diff) | |
download | Qt-147c524e703d4727d03c5f2ea3f98ace25905b73.zip Qt-147c524e703d4727d03c5f2ea3f98ace25905b73.tar.gz Qt-147c524e703d4727d03c5f2ea3f98ace25905b73.tar.bz2 |
Fix bug introduced by cleanup commit.
Reviewed-by: Gareth Stockwell
-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 bb0e5bc..82af9f1 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); |