передается список ПП в sendQueryToDB для отправки

This commit is contained in:
2025-11-18 12:58:13 +03:00
parent 168ded7b1e
commit 4f14cddbed
12 changed files with 193 additions and 53 deletions

View File

@@ -2,6 +2,7 @@
#define MODULE_H
#include <QString>
#include <QList>
#include "tasksAmmFim.h"
#include "instructorsAndTrainees_global.h"
enum ModuleType
@@ -10,22 +11,6 @@ enum ModuleType
TYPE_DM = 1
};
struct ModeList
{
bool demo = false;
bool train = false;
bool exam = false;
bool autoM = false;
};
struct SubProc
{
QString dmCode;
QString title;
ModeList modeList;
};
class INSTRUCTORSANDTRAINEES_EXPORT Module
{
public: