Implement Clear() on Bulletin

This commit is contained in:
Sarah Jamie Lewis 2019-02-05 12:46:28 -08:00
parent 23d0b36e83
commit e39f14dd10
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ColumnLayout {
target: gcd
onClearMessages: function() {
//jsonModel4.clear()
jsonModel4.clear()
}
onAppendMessage: function(handle, from, displayName, message, image, mid, fromMe, ts) {