From 4486317cb2e03d062f4da09571913f5ce6a5fde0 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 30 Oct 2023 15:11:06 +0100 Subject: [PATCH] dd declaration for getAPISMYoctoVersion() and getAPISMYoctoInstallationStatus(): the first one returning the yocto-version of APIS, the second returning the installation status of APIS as display in 'opkg info'. --- worker.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worker.h b/worker.h index 39c8a42..70e4226 100644 --- a/worker.h +++ b/worker.h @@ -307,6 +307,8 @@ public: static QString getATBUpdateToolYoctoVersion(); static QString getATBUpdateToolYoctoInstallationStatus(); + static QString getAPISMYoctoVersion(); + static QString getAPISMYoctoInstallationStatus(); static const QString UPDATE_STEP_OK; static const QString UPDATE_STEP_DONE;