aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/generalfactory.h')
-rw-r--r--src/qmmpui/generalfactory.h14
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.