From c07409a2c6cb205ed46b401efc46b78ab6334405 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 5 Mar 2020 19:31:26 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9268 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/decoderfactory.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qmmp/decoderfactory.h b/src/qmmp/decoderfactory.h index 64e29fb18..a7d8647f1 100644 --- a/src/qmmp/decoderfactory.h +++ b/src/qmmp/decoderfactory.h @@ -42,10 +42,10 @@ struct DecoderProperties QStringList contentTypes; /*!< Supported content types */ QStringList protocols; /*!< A list of supported protocols. * Should be empty if plugin uses stream input. */ - bool hasAbout = false; /*!< Should be \b true if plugin has about dialog, otherwise \b false */ - bool hasSettings = false; /*!< Should be \b true if plugin has settings dialog, otherwise \b false */ - bool noInput = false; /*!< Should be \b true if plugin has own input, otherwise \b false */ - int priority = 0; /*!< Decoder priority. Decoders with lowest value will be used first */ + bool hasAbout = false; /*!< Should be \b true if plugin has about dialog, otherwise \b false */ + bool hasSettings = false; /*!< Should be \b true if plugin has settings dialog, otherwise \b false */ + bool noInput = false; /*!< Should be \b true if plugin has own input, otherwise \b false */ + int priority = 0; /*!< Decoder priority. Decoders with lowest value will be used first */ }; /*! @brief Input plugin interface (decoder factory). * @author Ilya Kotov -- cgit v1.2.3-13-gbd6f