~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to tests/mocks/Ubuntu/Payments/Payments.qmltypes

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            Parameter { name: "error"; type: "string" }
38
38
        }
39
39
        Signal { name: "purchaseCompleted" }
 
40
        Signal { name: "purchaseCancelled" }
40
41
        Method { name: "start" }
 
42
        Method { name: "process" }
41
43
    }
42
44
}