diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 22:18:11 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:18 +0100 |
| commit | bd34b532230d92bd6232ceb1ab2b0092cac79d22 (patch) | |
| tree | 27187c95e57702d66f6df2c61db45c03cb6c762b /src/CMakeLists.txt | |
| parent | 25a2123e5ffe66715d0a1ec09297ee91a9fcbe1c (diff) | |
Move plugin list context menu to its own class and to PluginListView.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7773e845..ecb95c9e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -146,6 +146,7 @@ add_filter(NAME src/plugins GROUPS pluginlist pluginlistsortproxy pluginlistview + pluginlistcontextmenu ) add_filter(NAME src/previews GROUPS |
