Warning, /education/gcompris/tools/menus/chat.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 Your Name <yy@zz.org>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import GCompris 1.0
0008 
0009 ActivityInfo {
0010   name: "chat/Chat.qml"
0011   difficulty: 3
0012   icon: "chat/chat.svg"
0013   author: "Bruno coudoin &lt;bruno.coudoin@gcompris.net&gt;"
0014   demo: false
0015   title: qsTr("Chat and draw with your friends")
0016   description: qsTr("This chat activity only works on the local network")
0017   goal: ""
0018   prerequisite: ""
0019   manual: qsTr("This chat activity will only work with other GCompris users on your local network, not on the Internet. To use it, just type in your message and hit Enter. Your message is then broadcast on the local network, and any GCompris program running the chat activity on that local network will receive and display your message.")
0020   credit: ""
0021   section: "/fun"
0022 }