From 11b7655bb103974d3a855d64dc0b6ec1b0df4ba1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Mar 2010 19:32:01 +0000 Subject: reapplied previous patch git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1620 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/flac/decoderflacfactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/Input/flac/decoderflacfactory.cpp') diff --git a/src/plugins/Input/flac/decoderflacfactory.cpp b/src/plugins/Input/flac/decoderflacfactory.cpp index f60445219..1fb0cbc54 100644 --- a/src/plugins/Input/flac/decoderflacfactory.cpp +++ b/src/plugins/Input/flac/decoderflacfactory.cpp @@ -42,7 +42,7 @@ bool DecoderFLACFactory::supports(const QString &source) const bool DecoderFLACFactory::canDecode(QIODevice *input) const { Q_UNUSED(input); - return FALSE; + return false; } const DecoderProperties DecoderFLACFactory::properties() const @@ -55,7 +55,7 @@ const DecoderProperties DecoderFLACFactory::properties() const properties.shortName = "flac"; properties.protocols = "flac"; properties.hasAbout = true; - properties.hasSettings = FALSE; + properties.hasSettings = false; return properties; } -- cgit v1.2.3-13-gbd6f