From f5568f6f813c30fd30e586a9e1cfeb0d1f907532 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Mon, 5 Jun 2023 18:07:12 +0200 Subject: [PATCH] Add comment --- src/ATBAPP/ATBDeviceControllerPlugin.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index d604f99..7f7e733 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -29,7 +29,6 @@ ATBDeviceControllerPlugin::ATBDeviceControllerPlugin(QObject *parent) : QObject( connect(dynamic_cast(hw), SIGNAL(hwapi_payStopByEscrow()), this, SLOT(onCashPayStopByEscrow())); connect(dynamic_cast(hw), SIGNAL(hwapi_payStopByError()), this, SLOT(onCashPayStopByError())); connect(dynamic_cast(hw), SIGNAL(hwapi_payStopByTimeout()), this, SLOT(onCashPayStopByTimeout())); - } ATBDeviceControllerPlugin::~ATBDeviceControllerPlugin() {} @@ -341,6 +340,13 @@ void ATBDeviceControllerPlugin::onCashPayStoped() } + +/** + * Load CashAgentLib + * @brief ATBDeviceControllerPlugin::private_loadCashAgentLib + * @param pluginName + * @return + */ bool ATBDeviceControllerPlugin::private_loadCashAgentLib(QString pluginName) { if (pluginName == "") {