From 4d93aa13928ee1217369725fc72bf455a700a672 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Fri, 9 Feb 2024 12:59:25 +0100 Subject: [PATCH] getDCVersionPreparedForDownload(): added for future use. --- worker.h | 1 + 1 file changed, 1 insertion(+) diff --git a/worker.h b/worker.h index 8f44493..efe1161 100644 --- a/worker.h +++ b/worker.h @@ -369,6 +369,7 @@ public: static QString getATBUpdateToolYoctoInstallationStatus(); static QString getAPISMYoctoVersion(); static QString getAPISMYoctoInstallationStatus(); + static QString getDCVersionPreparedForDownload(QString const &filename); static const QString UPDATE_STEP_OK; static const QString UPDATE_STEP_DONE;