From 21b3912db3fa1cf42cca7e2d3f8314d73fd55ef1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 12 Feb 2021 17:32:18 +0000 Subject: sndfile: fixed filters git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9730 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decodersndfilefactory.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp index 3e0fe95c0..4296dd6f0 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp +++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp @@ -116,8 +116,7 @@ DecoderProperties DecoderSndFileFactory::properties() const { DecoderProperties properties; properties.name = tr("Sndfile Plugin"); - properties.filters = QStringList { "*.wav", "*.au", "*.snd", "*.aif", "*.aiff", "*.8svx" }; - properties.filters = QStringList { "*.sph", "*.sf", "*.voc", "*.w64" }; + properties.filters = QStringList { "*.wav", "*.au", "*.snd", "*.aif", "*.aiff", "*.8svx", "*.sph", "*.sf", "*.voc", "*.w64" }; properties.description = tr("PCM Files"); //properties.contentType = ""; properties.shortName = "sndfile"; -- cgit v1.2.3-13-gbd6f