Warning, /education/gcompris/src/activities/memory-math-minus-tux/MemoryMathMinusTux.qml is written in an unsupported language. File is not indexed.

0001 /* GCompris - ActivityInfo.qml
0002  *
0003  * SPDX-FileCopyrightText: 2015 JB BUTET <ashashiwa@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-3.0-or-later
0006  */
0007 import QtQuick 2.12
0008 
0009 import "../memory"
0010 
0011 MemoryCommon {
0012     backgroundImg: "qrc:/gcompris/src/activities/memory/resource/background.svg"
0013     withTux: true
0014 }