fix(RootStore): add missing copyToClipboard function
This commit is contained in:
parent
0067904404
commit
9c1bd17bd5
|
@ -79,6 +79,10 @@ QtObject {
|
|||
return chatCommunitySectionModule.getChatContentModule()
|
||||
}
|
||||
|
||||
function copyToClipboard(text) {
|
||||
globalUtils.copyToClipboard(text)
|
||||
}
|
||||
|
||||
// Contact requests related part
|
||||
property var contactRequestsModel: chatCommunitySectionModule.contactRequestsModel
|
||||
|
||||
|
|
Loading…
Reference in New Issue