~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to plugins/Utils/Utils.qmltypes

  • Committer: Daniel van Vugt
  • Date: 2016-03-29 03:47:39 UTC
  • mfrom: (2311 unity8)
  • mto: This revision was merged to the branch mainline in revision 2371.
  • Revision ID: daniel.van.vugt@canonical.com-20160329034739-747vgu4bv4dtt53v
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
        }
148
148
    }
149
149
    Component {
150
 
        name: "WindowKeysFilter"
 
150
        name: "WindowInputFilter"
151
151
        defaultProperty: "data"
152
152
        prototype: "QQuickItem"
153
 
        exports: ["Utils/WindowKeysFilter 0.1"]
 
153
        exports: ["Utils/WindowInputFilter 0.1"]
154
154
        exportMetaObjectRevisions: [0]
155
155
    }
156
156
    Component {