summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 11:21:57 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-27 11:21:57 -0700
commit271b4caddc7eeab2ecbcbad2d606be30ebe0dbb7 (patch)
tree321e1d36e74d60dc4f6107b04a431bbc374c56ae /core/downloadfromdcthread.h
parent5a4485b63b944a0030c1020afc44d753d0e32078 (diff)
downloadsubsurface-271b4caddc7eeab2ecbcbad2d606be30ebe0dbb7.tar.gz
Fix build error
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 0a188dcad..9e99e1a42 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -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)