From eb1eab690bcfb6c58fa646192f1dbd553a8ace49 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Wed, 21 Feb 2024 16:29:21 +0100 Subject: [PATCH] Update DeviceControllerInterface 1.1.2 (coinAttached-Signal) --- src/ATBAPP/DeviceControllerInterface.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ATBAPP/DeviceControllerInterface.h b/src/ATBAPP/DeviceControllerInterface.h index 4026051..3416dec 100644 --- a/src/ATBAPP/DeviceControllerInterface.h +++ b/src/ATBAPP/DeviceControllerInterface.h @@ -104,6 +104,9 @@ signals: const QString & errorCode, const QString & errorDescription); + + void coinAttached(); + /** * emitted on e.g. a coin input */ @@ -193,7 +196,7 @@ signals: Q_DECLARE_INTERFACE(DeviceControllerInterface, - "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.1") + "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.2") namespace nsDeviceControllerInterface {