Skip to content

Commit

Permalink
fixup! feat: improve screen rendering framework
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Oct 17, 2024
1 parent 0fafde2 commit c6fd897
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 95 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,7 @@ if(QML)
src/qml/qmlvisibleeffectsmodel.cpp
src/qml/qmlchainpresetmodel.cpp
src/qml/qmlwaveformoverview.cpp
src/qml/qmlmixxxcontroller.cpp
src/qml/qmlmixxxcontrollerscreen.cpp
# The following sources need to be in this target to get QML_ELEMENT properly interpreted
src/control/controlmodel.cpp
src/control/controlsortfiltermodel.cpp
Expand All @@ -2801,7 +2801,7 @@ if(QML)
# and :/mixxx.org/imports/Mixxx/Controls are placed into beginning of the binary
qt_finalize_target(mixxx)

# Required for src/qml/qmlmixxxcontroller.h, used in controllerscriptenginelegacy_test.cpp
# Required for src/qml/qmlmixxxcontrollerscreen.h, used in controllerscriptenginelegacy_test.cpp
target_link_libraries(mixxx-test PRIVATE Qt6::Quick)

install(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "mixer/playermanager.h"
#include "moc_controllerscriptenginelegacy.cpp"
#ifdef MIXXX_USE_QML
#include "qml/qmlmixxxcontroller.h"
#include "qml/qmlmixxxcontrollerscreen.h"
#include "util/assert.h"
#include "util/cmdlineargs.h"

Expand Down
40 changes: 0 additions & 40 deletions src/qml/qmlmixxxcontroller.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions src/qml/qmlmixxxcontroller.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/controllerscriptenginelegacy_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "controllers/softtakeover.h"
#include "helpers/log_test.h"
#include "preferences/usersettings.h"
#include "qml/qmlmixxxcontroller.h"
#include "qml/qmlmixxxcontrollerscreen.h"
#include "test/mixxxtest.h"
#include "util/color/colorpalette.h"
#include "util/time.h"
Expand Down

0 comments on commit c6fd897

Please sign in to comment.