From 470c218b79a582856aff6227a90147e0db52812b Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sat, 9 Jun 2018 16:59:02 +0200 Subject: core: remove qml properties from downloadfromcthread Remove Q_OBJECT and qml properties from DCDeviceData class Remove DCDeviceData register from mobile-helper.cpp Change DCDeviceData constructor to be without parameters Signed-off-by: Jan Iversen --- mobile-widgets/qmlmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index b6cf05850..08fa3060a 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -138,7 +138,7 @@ QMLManager::QMLManager() : m_locationServiceEnabled(false), m_selectedDiveTimestamp(0), m_credentialStatus(CS_UNKNOWN), alreadySaving(false), - m_device_data(new DCDeviceData(this)) + m_device_data(new DCDeviceData) { LOG_STP("qmlmgr starting"); m_instance = this; -- cgit v1.2.3-70-g09d2