Warning, /plasma/plasma-welcome/src/qml/pages/Feedback.qml is written in an unsupported language. File is not indexed.
0001 /* 0002 * SPDX-FileCopyrightText: 2021 Felipe Kinoshita <kinofhek@gmail.com> 0003 * SPDX-FileCopyrightText: 2022 Nate Graham <nate@kde.org> 0004 * 0005 * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0006 */ 0007 0008 import QtQuick 0009 0010 import org.kde.plasma.welcome 0011 0012 KCMPage { 0013 id: kcm_feedback 0014 0015 heading: i18nc("@title: window", "Share Anonymous Usage Information") 0016 description: i18nc("@info:usagetip", "Our developers will use this anonymous data to improve KDE software. You can choose how much to share in System Settings, and here too.") 0017 path: "kcm_feedback" 0018 }