~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to plugins/Utils/Utils.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:
107
107
        }
108
108
    }
109
109
    Component {
 
110
        name: "RelativeTimeFormatter"
 
111
        prototype: "TimeFormatter"
 
112
        exports: ["Utils/RelativeTimeFormatter 0.1"]
 
113
        exportMetaObjectRevisions: [0]
 
114
    }
 
115
    Component {
110
116
        name: "TimeFormatter"
111
117
        prototype: "QObject"
112
118
        exports: ["Utils/GDateTimeFormatter 0.1", "Utils/TimeFormatter 0.1"]