summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-12-24 15:15:45 -0600
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:10:39 -0500
commitf764271b1f1fa457af9dd4f7d044005d46fcd84b (patch)
tree5bccd25be3cb64fe602e428ab2a5ebd2777196d9 /src/mainwindow.cpp
parent127db7799ed4847b151a35a16cefab6c494128ef (diff)
WIP: Refactor cat dialog and implement nex cat updates
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e9106caa..2b653059 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -293,7 +293,7 @@ MainWindow::MainWindow(Settings& settings, OrganizerCore& organizerCore,
languageChange(settings.interface().language());
m_CategoryFactory->loadCategories();
- m_Filters.reset(new FilterList(ui, &m_OrganizerCore, m_CategoryFactory));
+ m_Filters.reset(new FilterList(ui, &m_OrganizerCore, &m_PluginContainer, m_CategoryFactory));
connect(
m_Filters.get(), &FilterList::criteriaChanged,