summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-03-04 22:10:56 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-03-14 15:48:05 +0100
commitb81763667116376e39a7480c82499d4b34be4b54 (patch)
treeb1b8f36ac418a3fd3f8de8185bf64da882bfcdd3 /build
parent8df3dbf607f867a8320ff6cbf8df809196de3676 (diff)
Extract BaseTrackTableModel from BaseSqlTableModel
- Reduce the hard-coded dependencies to other classes to be reusable for integrating external track collections - Send a single signal for marking rows as dirty or changed
Diffstat (limited to 'build')
-rw-r--r--build/depends.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/depends.py b/build/depends.py
index 4740b2c5c0..59e842bd9a 100644
--- a/build/depends.py
+++ b/build/depends.py
@@ -1021,6 +1021,7 @@ class MixxxCore(Feature):
"src/library/externaltrackcollection.cpp",
"src/library/basesqltablemodel.cpp",
"src/library/basetrackcache.cpp",
+ "src/library/basetracktablemodel.cpp",
"src/library/columncache.cpp",
"src/library/librarytablemodel.cpp",
"src/library/searchquery.cpp",