diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-30 18:58:01 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-09-30 18:58:01 +0200 |
| commit | 04c8409bf5eb41475064c0dbb69f431e43917593 (patch) | |
| tree | 05573443447556a0923913338d90115bc5c48cf4 /src/settingsdialogplugins.h | |
| parent | 4b1a89648fffea98b447e4289dbc559d717d0b52 (diff) | |
Add filter for plugin list.
Diffstat (limited to 'src/settingsdialogplugins.h')
| -rw-r--r-- | src/settingsdialogplugins.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settingsdialogplugins.h b/src/settingsdialogplugins.h index f9069be1..e284b271 100644 --- a/src/settingsdialogplugins.h +++ b/src/settingsdialogplugins.h @@ -1,6 +1,8 @@ #ifndef SETTINGSDIALOGPLUGINS_H #define SETTINGSDIALOGPLUGINS_H +#include "filterwidget.h" + #include "settings.h" #include "settingsdialog.h" @@ -26,6 +28,10 @@ private: constexpr static int ROLE_PLUGIN = Qt::UserRole; constexpr static int ROLE_SETTINGS = Qt::UserRole + 1; constexpr static int ROLE_DESCRIPTIONS = Qt::UserRole + 2; + +private: + + MOBase::FilterWidget m_filter; }; #endif // SETTINGSDIALOGPLUGINS_H |
