diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-03-05 19:30:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-03-05 19:30:32 +0000 |
| commit | 8eb4ba14e9ca714d694cde1347e39409a5020adb (patch) | |
| tree | 2f21319efe01f8268b9292567567df311ddc3902 /src/qmmpui | |
| parent | 6cd197c342e2bfbe822e0b405694858478ceeeb8 (diff) | |
| download | qmmp-8eb4ba14e9ca714d694cde1347e39409a5020adb.tar.gz qmmp-8eb4ba14e9ca714d694cde1347e39409a5020adb.tar.bz2 qmmp-8eb4ba14e9ca714d694cde1347e39409a5020adb.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9267 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/generalfactory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h index 44df52016..63a8a80fc 100644 --- a/src/qmmpui/generalfactory.h +++ b/src/qmmpui/generalfactory.h @@ -35,10 +35,10 @@ struct GeneralProperties { QString name; /*!< File dialog plugin full name */ QString shortName; /*!< File dialog 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 */ bool visibilityControl = false; /*!< Should be \b true if plugin can show/hide main window of the player, - * otherwise returns \b false */ + * and \b false otherwise */ }; /*! @brief %General plugin interface. * @author Ilya Kotov <forkotov02@ya.ru> |
