provide (dummies) for receiving responses from binaries

This commit is contained in:
2025-02-06 16:25:50 +01:00
parent 44585f2c59
commit 238f2498b7
19 changed files with 162 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ void Command::readyReadStandardOutput() {
if (p) {
QString s = p->readAllStandardOutput();
// qCritical() << __func__ << ":" << __LINE__ << s;
if (m_worker) {
int i = -1;
if ((i = s.indexOf("<DC-VERSION>")) != -1) {