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 b920977 commit 0fafde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/controllers/DummyDeviceDefaultScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Mixxx.Controls 1.0 as MixxxControls

import "." as Skin

Mixxx.Controller {
Mixxx.ControllerScreen {
id: root

required property string screenId
Expand Down
2 changes: 1 addition & 1 deletion src/qml/qmlmixxxcontroller.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace qml {

class QmlMixxxControllerScreen : public QQuickItem {
Q_OBJECT
QML_NAMED_ELEMENT(Controller)
QML_NAMED_ELEMENT(ControllerScreen)
Q_PROPERTY(QJSValue init READ getInit WRITE setInit
NOTIFY initChanged REQUIRED);
Q_PROPERTY(QJSValue shutdown READ getShutdown WRITE setShutdown
Expand Down

0 comments on commit 0fafde2

Please sign in to comment.