~ci-train-bot/unity-api/unity-api-ubuntu-zesty-2112

« back to all changes in this revision

Viewing changes to test/qmltest/unity/shell/launcher/tst_Launcher.qml

Add ApplicationInfoInterface::surfaceCount property

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
                        { tag: "Model.roles[countVisible]", role: "countVisible", type: "boolean" },
89
89
                        { tag: "Model.roles[focused]", role: "focused", type: "boolean" },
90
90
                        { tag: "Model.roles[alerting]", role: "alerting", type: "boolean" },
 
91
                        { tag: "Model.roles[surfaceCount]", role: "surfaceCount", type: "number" },
91
92
                    ];
92
93
        }
93
94
 
146
147
                { tag: "Item.properties[countVisible]", property: "countVisible", type: "boolean" },
147
148
                { tag: "Item.properties[focused]", property: "focused", type: "boolean" },
148
149
                { tag: "Item.properties[alerting]", property: "alerting", type: "boolean" },
 
150
                { tag: "Item.properties[surfaceCount]", property: "surfaceCount", type: "number" },
149
151
                { tag: "Item.properties[quickList]", constant: "quickList", type: "object" },
150
152
            ];
151
153
        }