diff options
Diffstat (limited to 'src/settingsdialogplugins.h')
| -rw-r--r-- | src/settingsdialogplugins.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsdialogplugins.h b/src/settingsdialogplugins.h index a09c34f1..add8fede 100644 --- a/src/settingsdialogplugins.h +++ b/src/settingsdialogplugins.h @@ -21,10 +21,10 @@ private: private slots: /** - * @brief Clear and repopulate the plugin list. + * @brief Filter the plugin list according to the filter widget. * */ - void populatePluginList(); + void filterPluginList(); /** * @brief Retrieve the plugin associated to the given item in the list. |
