mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
передается список ПП в sendQueryToDB для отправки
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user