In qml/Stages/SurfaceContainer.qml:
""" + property string name: surface ? surface.name : "" """
Since ApplicationWindow.qml is accessing the surface directly it seems this property is not being used.
« Back to merge proposal
In qml/Stages/ SurfaceContaine r.qml:
"""
+ property string name: surface ? surface.name : ""
"""
Since ApplicationWind ow.qml is accessing the surface directly it seems this property is not being used.