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 QtQml 2.1
0008 import org.kde.kirigami 2.14 as Kirigami
0009 
0010 Kirigami.AboutPage
0011 {
0012     readonly property bool isHome: true
0013     aboutData: discoverAboutData
0014 }