diff options
Diffstat (limited to 'src/qmmpui/generalfactory.h')
| -rw-r--r-- | src/qmmpui/generalfactory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h index c1bcc72ae..02fcedd57 100644 --- a/src/qmmpui/generalfactory.h +++ b/src/qmmpui/generalfactory.h @@ -42,12 +42,12 @@ public: } QString name; /*!< File dialog plugin full name */ QString shortName; /*!< File dialog short name for internal usage */ - bool hasAbout; /*!< Should be \b true if plugin has about dialog, otherwise \b false */ - bool hasSettings; /*!< Should be \b true if plugin has settings dialog, otherwise \b false */ + bool hasAbout; /*!< Should be \b true if plugin has about dialog, otherwise returns \b false */ + bool hasSettings; /*!< Should be \b true if plugin has settings dialog, otherwise returns \b false */ bool visibilityControl; /*!< Should be \b true if plugin can show/hide main window of the player, - * otherwise \b false */ + * otherwise returns \b false */ }; -/*! @brief General plugin interface. +/*! @brief %General plugin interface. * @author Ilya Kotov <forkotov02@hotmail.ru> */ class GeneralFactory |
