mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-04 08:11:52 -08:00
revision
This commit is contained in:
parent
c77d993496
commit
f9e657fa83
5 changed files with 28 additions and 22 deletions
|
|
@ -26,6 +26,7 @@ public:
|
|||
QBluetoothDeviceInfo currentDevice; // if not defined, first one discovered
|
||||
QList<QBluetoothDeviceInfo> devices;
|
||||
void setCurrentDevice(const QBluetoothDeviceInfo&);
|
||||
QString initialDeviceName; // optional
|
||||
|
||||
// custom device filter (e.g. name filter)
|
||||
virtual bool deviceFilter(const QBluetoothDeviceInfo&) { return true; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue