Skip to content

Commit 0fafde2

Browse files
committed
fixup! feat: improve screen rendering framework
1 parent b920977 commit 0fafde2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

res/controllers/DummyDeviceDefaultScreen.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Mixxx.Controls 1.0 as MixxxControls
1313

1414
import "." as Skin
1515

16-
Mixxx.Controller {
16+
Mixxx.ControllerScreen {
1717
id: root
1818

1919
required property string screenId

src/qml/qmlmixxxcontroller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace qml {
99

1010
class QmlMixxxControllerScreen : public QQuickItem {
1111
Q_OBJECT
12-
QML_NAMED_ELEMENT(Controller)
12+
QML_NAMED_ELEMENT(ControllerScreen)
1313
Q_PROPERTY(QJSValue init READ getInit WRITE setInit
1414
NOTIFY initChanged REQUIRED);
1515
Q_PROPERTY(QJSValue shutdown READ getShutdown WRITE setShutdown

0 commit comments

Comments
 (0)