~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to plugins/Unity/Session/Session.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:
34
34
        Method { name: "RequestReboot" }
35
35
        Method { name: "RequestShutdown" }
36
36
    }
 
37
    Component {
 
38
        name: "OrientationLock"
 
39
        prototype: "QObject"
 
40
        exports: ["Unity.Session/OrientationLock 0.1"]
 
41
        isCreatable: false
 
42
        isSingleton: true
 
43
        exportMetaObjectRevisions: [0]
 
44
        Property { name: "enabled"; type: "bool"; isReadonly: true }
 
45
        Property { name: "savedOrientation"; type: "Qt::ScreenOrientation" }
 
46
    }
37
47
}