From d688ad3d5ca06c8ee5f0de306bcfef3b5f6aecb7 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 4 Oct 2023 10:34:56 +0200 Subject: [PATCH] Minor: comments --- update.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.cpp b/update.cpp index 0f6783a..8fc6f34 100644 --- a/update.cpp +++ b/update.cpp @@ -739,6 +739,9 @@ QStringList Update::getDcSoftAndHardWareVersion() { bool Update::doUpdate(int &displayIndex, QStringList const &filesToWorkOn) { // 04.10.2023: deactivated -> first testing of opkg_commands + // + // wird auch nie wieder gebraucht, da alles von der dc-lib erledigt wird. + // die dc-lib braucht dazu nur datei-namen. return true;