From 06d415d83fc4b80730286686a8e5243ca0b03a20 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Mon, 6 May 2019 16:25:01 +0200 Subject: Introduce a internal QtRemoteObject helper module This module provides helper functions when using QtRemoteObjects and starts using it in the autogenerator templates and the handwritten servers. The helper provides the following: * generic error handling * conversion from QIviPendingReply to a pending call on the source side * conversion to QIviPendingReply on the replica side Change-Id: Ic9030c89b8153626340cc786d97ecdae416e699d Fixes: AUTOSUITE-929 Reviewed-by: Robert Griebl --- sync.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 9478753..10ca36e 100644 --- a/sync.profile +++ b/sync.profile @@ -3,6 +3,7 @@ "QtIviVehicleFunctions" => "$basedir/src/ivivehiclefunctions;$out_basedir/src/ivivehiclefunctions", "QtIviMedia" => "$basedir/src/ivimedia", "QtGeniviExtras" => "$basedir/src/geniviextras", + "QtIviRemoteObjectsHelper" => "$basedir/src/helper/remoteobjects", ); %moduleheaders = ( # restrict the module headers to those found in relative path ); -- cgit v1.2.1