Skip to content

Commit

Permalink
[libcommhistory] Update plugins.qmltypes. Contributes to JB#52306
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone committed Dec 16, 2020
1 parent c5c04db commit 0f66d4e
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 0f66d4e

Please sign in to comment.