Fix some glitches in qml app menu

This commit is contained in:
Gioacchino Mazzurco 2018-02-01 21:26:36 +01:00
parent 6e093c74c0
commit 36e20db887
4 changed files with 13 additions and 22 deletions

View file

@ -154,8 +154,8 @@ QtObject
property QtObject chatHelper: QtObject
{
id: chatHelper
property var gxs_id
property var name
property string gxs_id
property string name
property var cb
function startDistantChat (own_gxs_id, gxs_id, name, cb)