mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Fix some glitches in qml app menu
This commit is contained in:
parent
6e093c74c0
commit
36e20db887
4 changed files with 13 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue