/* SPDX-FileCopyrightText: 2021 Devin Lin SPDX-FileCopyrightText: 2013-2017 Jan Grulich SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL */ import QtQuick import QtQuick.Layouts import org.kde.kirigami as Kirigami import org.kde.plasma.private.mobileshell as MobileShell Kirigami.Icon { id: connectionIcon source: MobileShell.BluetoothInfo.icon visible: MobileShell.BluetoothInfo.isVisible }