~mzanetti/unity8/fade-out-launcher

« back to all changes in this revision

Viewing changes to plugins/AccountsService/AccountsService.qmltypes

  • Committer: Michael Zanetti
  • Date: 2014-07-08 10:15:46 UTC
  • mfrom: (977.1.35 unity8)
  • Revision ID: michael.zanetti@canonical.com-20140708101546-01dbieenbk9123il
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick.tooling 1.1
 
2
 
 
3
// This file describes the plugin-supplied types contained in the library.
 
4
// It is used for QML tooling purposes only.
 
5
//
 
6
// This file was auto-generated by:
 
7
// 'qmlplugindump -notrelocatable AccountsService 0.1 plugins'
 
8
 
 
9
Module {
 
10
    Component {
 
11
        name: "AccountsService"
 
12
        prototype: "QObject"
 
13
        exports: ["AccountsService/AccountsService 0.1"]
 
14
        isCreatable: false
 
15
        isSingleton: true
 
16
        exportMetaObjectRevisions: [0]
 
17
        Property { name: "user"; type: "string" }
 
18
        Property { name: "demoEdges"; type: "bool" }
 
19
        Property { name: "backgroundFile"; type: "string"; isReadonly: true }
 
20
        Property { name: "statsWelcomeScreen"; type: "bool"; isReadonly: true }
 
21
    }
 
22
}