diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-14 12:42:39 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-14 12:42:39 (GMT) |
commit | c82bcc8a3bf2ab64db9ccbe7b8ec7ca1208e2edc (patch) | |
tree | 6d8fa01d856b388dc82eae70a8f789f0e6772be1 /src/3rdparty/phonon | |
parent | 44265f30fb40baaecd4cda1b5aca0efeed6abc20 (diff) | |
download | Qt-c82bcc8a3bf2ab64db9ccbe7b8ec7ca1208e2edc.zip Qt-c82bcc8a3bf2ab64db9ccbe7b8ec7ca1208e2edc.tar.gz Qt-c82bcc8a3bf2ab64db9ccbe7b8ec7ca1208e2edc.tar.bz2 |
Fixed a bug which prevented phonon from compiling
Diffstat (limited to 'src/3rdparty/phonon')
-rw-r--r-- | src/3rdparty/phonon/phonon/factory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/phonon/factory.cpp b/src/3rdparty/phonon/phonon/factory.cpp index e0b245e..f6e1a5b 100644 --- a/src/3rdparty/phonon/phonon/factory.cpp +++ b/src/3rdparty/phonon/phonon/factory.cpp @@ -133,6 +133,8 @@ bool FactoryPrivate::createBackend() continue; } + QStringList plugins(dir.entryList(QDir::Files)); + #ifdef Q_OS_SYMBIAN /* On Symbian OS we might have two plugins, one which uses Symbian * MMF framework("phonon_mmf"), and one which uses Real Networks's |