mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Fix doxygen warnings
This commit is contained in:
committed by
Roland Winklmeier
parent
1b06e15b61
commit
5fc284cc36
@@ -43,8 +43,9 @@ namespace BlackGui
|
||||
explicit CPluginSelector(QWidget *parent = 0);
|
||||
|
||||
//! Adds the new plugin to the list.
|
||||
//! \param identifier Identifier of the plugin.
|
||||
//! \param identifier Identifier of the plugin
|
||||
//! \param name Name of the plugin
|
||||
//! \param hasConfig Defines whether the plugin has the corresponding config plugin or not
|
||||
//! \param enabled Defines whether the plugin is initially enabled or not
|
||||
void addPlugin(const QString &identifier, const QString &name, bool hasConfig = false, bool enabled = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user