aboutsummaryrefslogtreecommitdiff
path: root/src/qmmp/outputfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmp/outputfactory.h')
-rw-r--r--src/qmmp/outputfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmp/outputfactory.h b/src/qmmp/outputfactory.h
index 12185d5ba..5f118da88 100644
--- a/src/qmmp/outputfactory.h
+++ b/src/qmmp/outputfactory.h
@@ -38,8 +38,8 @@ struct OutputProperties
{
QString name; /*!< Effect plugin full name */
QString shortName; /*!< Effect plugin short name for internal usage */
- bool hasAbout = false; /*!< Should be \b true if plugin has about dialog, otherwise returns \b false */
- bool hasSettings = false; /*!< Should be \b true if plugin has settings dialog, otherwise returns \b false */
+ bool hasAbout = false; /*!< Should be \b true if plugin has about dialog, and \b false otherwise */
+ bool hasSettings = false; /*!< Should be \b true if plugin has settings dialog, and \b false otherwise */
};
/*! @brief %Output plugin interface (output factory).
* @author Ilya Kotov <forkotov02@ya.ru>