-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mixxx (2.6.0.c48623.r34dde6fc7a)
- Loading branch information
1 parent
112a6d1
commit cb7f227
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mixxx
updated
13 files
+1 −0 | CMakeLists.txt | |
+21 −38 | src/controllers/bulk/bulkcontroller.cpp | |
+7 −7 | src/controllers/bulk/bulkcontroller.h | |
+7 −9 | src/controllers/bulk/bulkenumerator.cpp | |
+27 −14 | src/controllers/bulk/bulksupported.h | |
+24 −10 | src/controllers/hid/hiddenylist.h | |
+11 −21 | src/controllers/hid/hidenumerator.cpp | |
+1 −1 | src/engine/channels/enginechannel.h | |
+15 −2 | src/engine/channels/enginedeck.cpp | |
+13 −25 | src/qml/qmlautoreload.cpp | |
+7 −27 | src/qml/qmlautoreload.h | |
+23 −0 | src/util/autofilereloader.cpp | |
+56 −0 | src/util/autofilereloader.h |