summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-03 11:59:27 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-03 11:59:27 +0100
commit3d176cf01e402897c7ab880170dbe0d0b11292c4 (patch)
tree9b08047d6337b892f64e789fbe681093497b3b2a
parent098ea31a1d848205ffc2a801432b2717aa876d97 (diff)
Reorganizer ModList filters.
-rw-r--r--src/CMakeLists.txt6
-rw-r--r--src/mainwindow.cpp1
2 files changed, 3 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index da317309..663ebcbc 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -142,12 +142,12 @@ add_filter(NAME src/modlist GROUPS
modlistdropinfo
modlistsortproxy
modlistbypriorityproxy
+)
+
+add_filter(NAME src/modlist/view GROUPS
modlistview
modlistviewactions
modlistcontextmenu
-)
-
-add_filter(NAME src/delegates GROUPS
modflagicondelegate
modconflicticondelegate
)
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 2b2685c4..ee25fc61 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -44,7 +44,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "editexecutablesdialog.h"
#include "categories.h"
#include "categoriesdialog.h"
-#include "genericicondelegate.h"
#include "overwriteinfodialog.h"
#include "downloadlist.h"
#include "downloadlistwidget.h"