From fb3d22a04d0a354e26966ca5bea4648b66e0b933 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Wed, 30 Sep 2020 20:10:34 +0200 Subject: Only hide QTreeWidgetItem in plugin list when filtering. --- src/settingsdialogplugins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/settingsdialogplugins.h') 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. -- cgit v1.3.1