summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-06 14:33:05 +0200
committerGitHub <noreply@github.com>2020-04-06 14:33:05 +0200
commit6882798655322c17b163979ff190cc775afd1acc (patch)
treedca32735b80e1f092aff47cde912105f555e9a2c /build
parent82577027821538aaaac493108d5713f6e15a89e1 (diff)
parentcef6fbebaf424563621ba8f6ab23d291bc34d6cf (diff)
Merge pull request #2538 from uklotzde/basetracktablemodel
Refactoring: Extract BaseTrackTableModel + BaseCoverArtDelegate
Diffstat (limited to 'build')
-rw-r--r--build/depends.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/depends.py b/build/depends.py
index cc6572f845..b68c7f85cd 100644
--- a/build/depends.py
+++ b/build/depends.py
@@ -1027,6 +1027,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",
@@ -1121,6 +1122,7 @@ class MixxxCore(Feature):
"src/library/bpmdelegate.cpp",
"src/library/previewbuttondelegate.cpp",
"src/library/colordelegate.cpp",
+ "src/library/basecoverartdelegate.cpp",
"src/library/coverartdelegate.cpp",
"src/library/locationdelegate.cpp",
"src/library/tableitemdelegate.cpp",