diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-30 20:10:34 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-30 20:10:34 +0200 |
| commit | fb3d22a04d0a354e26966ca5bea4648b66e0b933 (patch) | |
| tree | 01d7c2ba44a52aebec2fc2cfad5b1a788cf98982 /src/settingsdialogplugins.h | |
| parent | 7786a75feef8f012e9a403bb83319f2d306fe3df (diff) | |
Only hide QTreeWidgetItem in plugin list when filtering.
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. |
