aboutsummaryrefslogtreecommitdiff
path: root/src/qmmp/decoderfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmp/decoderfactory.h')
-rw-r--r--src/qmmp/decoderfactory.h8
1 files 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 <forkotov02@ya.ru>