Warning, /network/neochat/src/qml/AboutKDE.qml is written in an unsupported language. File is not indexed.

0001 // SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
0002 // SPDX-License-Identifier: LGPL-2.0-or-later
0003 
0004 import org.kde.kirigamiaddons.formcard as FormCard
0005 
0006 FormCard.AboutKDE {
0007     title: i18nc("@title:window", "About KDE")
0008 }