mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix build error
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5a4485b63b
commit
271b4caddc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class DCDeviceData : public QObject {
|
|||
Q_PROPERTY(QString product READ product WRITE setProduct)
|
||||
Q_PROPERTY(bool bluetoothMode READ bluetoothMode WRITE setBluetoothMode)
|
||||
Q_PROPERTY(QString devName READ devName WRITE setDevName)
|
||||
Q_PROPERTY(QString descriptor READ descriptor WRITE setDescriptor)
|
||||
Q_PROPERTY(QString descriptor READ descriptor)
|
||||
Q_PROPERTY(bool forceDownload READ forceDownload WRITE setForceDownload)
|
||||
Q_PROPERTY(bool createNewTrip READ createNewTrip WRITE setCreateNewTrip)
|
||||
Q_PROPERTY(int deviceId READ deviceId WRITE setDeviceId)
|
||||
|
|
Loading…
Add table
Reference in a new issue