summaryrefslogtreecommitdiff
path: root/src/settingsdialogplugins.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-09-30 19:57:54 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-09-30 19:57:54 +0200
commit7786a75feef8f012e9a403bb83319f2d306fe3df (patch)
tree39f62fa28bc166dab4bb4d6c14b9db470ac9e28f /src/settingsdialogplugins.h
parent04c8409bf5eb41475064c0dbb69f431e43917593 (diff)
Make filter work and reorganize layout with QSplitters.
Diffstat (limited to 'src/settingsdialogplugins.h')
-rw-r--r--src/settingsdialogplugins.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/settingsdialogplugins.h b/src/settingsdialogplugins.h
index e284b271..a09c34f1 100644
--- a/src/settingsdialogplugins.h
+++ b/src/settingsdialogplugins.h
@@ -19,6 +19,13 @@ private:
void deleteBlacklistItem();
void storeSettings(QTreeWidgetItem *pluginItem);
+private slots:
+ /**
+ * @brief Clear and repopulate the plugin list.
+ *
+ */
+ void populatePluginList();
+
/**
* @brief Retrieve the plugin associated to the given item in the list.
*
@@ -31,6 +38,8 @@ private:
private:
+ PluginContainer* m_pluginContainer;
+
MOBase::FilterWidget m_filter;
};