From 271b4caddc7eeab2ecbcbad2d606be30ebe0dbb7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 27 May 2017 11:21:57 -0700 Subject: Fix build error Signed-off-by: Dirk Hohndel --- core/downloadfromdcthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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) -- cgit v1.2.3-70-g09d2