Warning, /office/calligra/gemini/calligragemini.qml is written in an unsupported language. File is not indexed.

0001 /* This file is part of the KDE project
0002  * SPDX-FileCopyrightText: 2014 Dan Leinir Turthra Jensen <admin@leinir.dk>
0003  *
0004  *  SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 import QtQuick 2.11
0008 import "qml"
0009 
0010 Loader {
0011     sourceComponent: Component { id: welcomePage; WelcomePage { } }
0012 }