Warning, /plasma-mobile/qmlkonsole/src/contents/ui/AboutPage.qml is written in an unsupported language. File is not indexed.
0001 // SPDX-FileCopyrightText: 2021 Devin Lin <devin@kde.org>
0002 //
0003 // SPDX-License-Identifier: GPL-2.0-or-later
0004
0005 import QtQuick 2.11
0006 import QtQuick.Controls 2.4
0007 import org.kde.kirigami 2.11 as Kirigami
0008
0009 import org.kde.qmlkonsole 1.0
0010
0011 Kirigami.AboutPage {
0012 id: aboutPage
0013 aboutData: About
0014 }
0015