Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb52306' into 'master'
[libcommhistory] Update plugins.qmltypes. Contributes to JB#52306

See merge request mer-core/libcommhistory!51
  • Loading branch information
pvuorela committed Dec 16, 2020
2 parents c5c04db + 0f66d4e commit 88f398a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions declarative/plugins.qmltypes
Expand Up @@ -427,6 +427,7 @@ Module {
Property { name: "resolving"; type: "bool"; isReadonly: true }
Method { name: "getEvents"; type: "bool" }
}
Component { name: "CommHistory::RecipientEventModel"; prototype: "CommHistory::EventModel" }
Component {
name: "CommHistoryConstants"
prototype: "QObject"
Expand Down Expand Up @@ -499,14 +500,6 @@ Module {
}
}
}
Component {
name: "DeclarativeRecipientEventModel"
prototype: "CommHistory::RecipientEventModel"
exports: ["org.nemomobile.commhistory/CommRecipientEventModel 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "contactId"; type: "int" }
Property { name: "remoteUid"; type: "string" }
}
Component {
name: "ConversationProxyModel"
prototype: "CommHistory::ConversationModel"
Expand Down Expand Up @@ -573,6 +566,14 @@ Module {
Parameter { name: "remoteUids"; type: "QStringList" }
}
}
Component {
name: "DeclarativeRecipientEventModel"
prototype: "CommHistory::RecipientEventModel"
exports: ["org.nemomobile.commhistory/CommRecipientEventModel 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "contactId"; type: "int" }
Property { name: "remoteUid"; type: "string" }
}
Component {
name: "DraftEvent"
prototype: "QObject"
Expand Down

0 comments on commit 88f398a

Please sign in to comment.