Rewrite PulseAudio backend into a threaded class
[apps/mixer.git] / app / Mixer.qml
index 7a099ce..75673fe 100644 (file)
@@ -53,7 +53,7 @@ ApplicationWindow {
                anchors.top: title.bottom
                anchors.margins: 80
                anchors.fill: parent
-               model: PaControlModel {}
+               model: PaControlModel { objectName: "pacm" }
                delegate: ColumnLayout {
                        width: parent.width
                        spacing: 40