Построение списка ПП в ГУИ в процессе

This commit is contained in:
2025-11-17 13:16:14 +03:00
parent 0c7d84ec84
commit 200f919afe
13 changed files with 108 additions and 16 deletions

View File

@@ -5,15 +5,6 @@
#include "updatecontroller.h"
#include "module.h"
struct SubProc
{
QString dmCode;
QString title;
ModeList modeList;
};
class DocsUpdater : public QObject
{
Q_OBJECT