You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
274 B
QML
12 lines
274 B
QML
|
5 years ago
|
/*
|
||
|
|
* SPDX-FileCopyrightText: 2015 David Rosca <nowrep@gmail.com>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
|
||
|
|
*/
|
||
|
|
|
||
|
3 weeks ago
|
import Cutefish.Bluetooth 1.0 as Bluetooth
|
||
|
5 years ago
|
|
||
|
3 weeks ago
|
Bluetooth.DevicesModelPrivate {
|
||
|
|
manager: Bluetooth.Manager
|
||
|
5 years ago
|
}
|