~mterry/unity8/notify-authenticated

« back to all changes in this revision

Viewing changes to tests/mocks/AccountsService/AccountsService.qmltypes

  • Committer: Michael Terry
  • Date: 2014-08-21 12:53:29 UTC
  • mfrom: (1161.1.23 unity8)
  • Revision ID: michael.terry@canonical.com-20140821125329-8c14utjip4id3e7m
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        isCreatable: false
15
15
        isSingleton: true
16
16
        exportMetaObjectRevisions: [0]
 
17
        Enum {
 
18
            name: "PasswordDisplayHint"
 
19
            values: {
 
20
                "Keyboard": 0,
 
21
                "Numeric": 1
 
22
            }
 
23
        }
17
24
        Property { name: "user"; type: "string" }
18
25
        Property { name: "demoEdges"; type: "bool" }
19
26
        Property { name: "backgroundFile"; type: "string" }
20
27
        Property { name: "statsWelcomeScreen"; type: "bool" }
 
28
        Property { name: "passwordDisplayHint"; type: "PasswordDisplayHint"; isReadonly: true }
21
29
    }
22
30
}