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'.
This commit is contained in:
Gerhard Hoffmann 2023-10-30 15:11:06 +01:00
parent 6b9b88ea19
commit 4486317cb2

View File

@ -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;