diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-29 21:56:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-04-29 21:56:32 +0000 |
| commit | a34f1765ce3e604343e8f34c8a915f82600fef7d (patch) | |
| tree | 570f9863c10cda52210926d04bb5f9f099a17f10 /src/qmmpui | |
| parent | e6b190516879ce7c78112f6f700491a0ab1814ed (diff) | |
| download | qmmp-a34f1765ce3e604343e8f34c8a915f82600fef7d.tar.gz qmmp-a34f1765ce3e604343e8f34c8a915f82600fef7d.tar.bz2 qmmp-a34f1765ce3e604343e8f34c8a915f82600fef7d.zip | |
fixed API documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9872 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/generalfactory.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/qmmpui/generalfactory.h b/src/qmmpui/generalfactory.h index 909496023..e2aa9c258 100644 --- a/src/qmmpui/generalfactory.h +++ b/src/qmmpui/generalfactory.h @@ -45,13 +45,13 @@ struct WidgetDescription */ 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, 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, - * and \b false otherwise */ - QList<WidgetDescription> widgets; + 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, 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, + * and \b false otherwise */ + QList<WidgetDescription> widgets; /*!< A list of the available widget descriptions */ }; /*! @brief %General plugin interface. |
