diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2010-03-30 06:11:03 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2010-03-30 06:15:07 (GMT) |
commit | 8c4f8e259d60c98361d20f495e3af252bcef24a0 (patch) | |
tree | e6dfc1365c4a9334989f5887ff098b20b5ede9a6 /src | |
parent | 4832f2e0e933794787aa95cbe4c2ae171cad1cf9 (diff) | |
download | Qt-8c4f8e259d60c98361d20f495e3af252bcef24a0.zip Qt-8c4f8e259d60c98361d20f495e3af252bcef24a0.tar.gz Qt-8c4f8e259d60c98361d20f495e3af252bcef24a0.tar.bz2 |
Fix typo in phonon/symbian.
Reviewed-by: Dmytro Poplavskiy
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/phonon/phonon/factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/phonon/factory.cpp b/src/3rdparty/phonon/phonon/factory.cpp index 24be0f3..2785dff 100644 --- a/src/3rdparty/phonon/phonon/factory.cpp +++ b/src/3rdparty/phonon/phonon/factory.cpp @@ -143,7 +143,7 @@ bool FactoryPrivate::createBackend() * sophisticated, so we make sure the Helix backend is attempted * to be loaded first, and the MMF backend is used for backup. */ { - const int helix = plugins.indexof(QLatin1String("hxphonon")); + const int helix = plugins.indexOf(QLatin1String("hxphonon")); if (helix != -1) plugins.move(helix, 0); } |