Index: sources/view/VBluetoothDeviceInfo.h =================================================================== diff -u -r5220c64dd3a0fc9c322a68884e73503bb7893d12 -r2fde0cfeb28b3fab9437e9bd15c1ec775785f103 --- sources/view/VBluetoothDeviceInfo.h (.../VBluetoothDeviceInfo.h) (revision 5220c64dd3a0fc9c322a68884e73503bb7893d12) +++ sources/view/VBluetoothDeviceInfo.h (.../VBluetoothDeviceInfo.h) (revision 2fde0cfeb28b3fab9437e9bd15c1ec775785f103) @@ -19,11 +19,12 @@ public: explicit VBluetoothDeviceInfo(const QBluetoothDeviceInfo &device); - VBluetoothDeviceInfo(const QString &_address, const QString &_name); + VBluetoothDeviceInfo(const QString &address, const QString &name); QString getName() const; QString getAddress() const; bool isConnected() const; void setConnected(const bool &conn); + bool isValid() const; signals: void deviceChanged();