DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / language / testdata / throwing-probe.qbs
1234567891011
Product { name: "theProduct" property bool enableProbe Probe { id: whatever condition: enableProbe configure: { throw "Error!"; } } }