From a3aef7594e6a0787a1f7f9dbc7c32f8427a0f841 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 14 May 2024 12:52:09 +0200 Subject: [PATCH] Minor: add comment --- UpdatePTUDevCtrl/worker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UpdatePTUDevCtrl/worker.cpp b/UpdatePTUDevCtrl/worker.cpp index 8611a0a..ecd1b80 100644 --- a/UpdatePTUDevCtrl/worker.cpp +++ b/UpdatePTUDevCtrl/worker.cpp @@ -869,6 +869,7 @@ bool Worker::execOpkgCommands() { QStringList opkgErrorLst; while (!in.atEnd()) { QString line = in.readLine(); + // TODO: "^\\s*[#]{0,}$" : empty line or comment line starting with # static const QRegularExpression comment("^\\s*#.*$"); if (line.indexOf(comment, 0) == -1) { // found opkg command