Fix doxygen warnings

This commit is contained in:
Michał Garapich
2015-11-22 16:49:53 +01:00
committed by Roland Winklmeier
parent 1b06e15b61
commit 5fc284cc36
5 changed files with 12 additions and 2 deletions

View File

@@ -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);