Warning, /plasma/discover/discover/qml/AboutPage.qml is written in an unsupported language. File is not indexed.

0001 /*
0002  *   SPDX-FileCopyrightText: 2018 Aleix Pol Gonzalez <aleixpol@blue-systems.com>
0003  *
0004  *   SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 
0007 import QtQuick
0008 import org.kde.kirigamiaddons.formcard as FormCard
0009 
0010 FormCard.AboutPage {
0011     readonly property bool isHome: true
0012     aboutData: discoverAboutData
0013 }