Warning, /plasma/plasma-mobile/components/mobileshell/qml/navigationpanel/NavigationPanelAction.qml is written in an unsupported language. File is not indexed.
0001 /* 0002 * SPDX-FileCopyrightText: 2021 Devin Lin <devin@kde.org> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 import QtQuick 2.15 0008 0009 QtObject { 0010 property bool enabled 0011 property bool visible: true 0012 property string iconSource 0013 property real iconSizeFactor 0014 0015 signal triggered() 0016 }